Skip to content

Commit

Permalink
File case name test
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Aug 20, 2024
1 parent ff41863 commit bada232
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions meteor_packages/mats-common/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@ Package.onUse(function (api) {
// templates
api.addFiles("templates/Home.html", "client");
api.addFiles("templates/Home.js", "client");
api.addFiles("templates/scorecardHome.html", "client");
api.addFiles("templates/scorecardHome.js", "client");
api.addFiles("templates/customHome.html", "client");
api.addFiles("templates/customHome.js", "client");
api.addFiles("templates/configure.html", "client");
api.addFiles("templates/configure.js", "client");
api.addFiles("templates/ScorecardHome.html", "client");
api.addFiles("templates/ScorecardHome.js", "client");
api.addFiles("templates/CustomHome.html", "client");
api.addFiles("templates/CustomHome.js", "client");
api.addFiles("templates/Configure.html", "client");
api.addFiles("templates/Configure.js", "client");

api.addFiles("templates/about/about.html", "client");
api.addFiles("templates/about/about.js", "client");
Expand Down

0 comments on commit bada232

Please sign in to comment.