Skip to content

Commit

Permalink
Merge branch 'development' into feature_consolidate_middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Aug 30, 2024
2 parents f42ad87 + fb4ec7b commit 535a9d7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
16 changes: 8 additions & 8 deletions meteor_packages/mats-common/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,14 @@ Package.onUse(function (api) {
api.addFiles("lib/plot_util.js", ["client", "server"]);

// 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/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/about/about.html", "client");
api.addFiles("templates/about/about.js", "client");
Expand Down
14 changes: 14 additions & 0 deletions meteor_packages/mats-common/public/MATSReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
<p></p>
<h4>Production build date: <x-cr>Current revision</x-cr></h4>
<p style="margin: 25px 0"></p>
<h4>PUT APP VERSIONS HERE</h4>
<p style="margin: 25px 0"></p>
<p>Changes:</p>
<p>* PUT CHANGES HERE</p>
</div>
<div>
<hr
style="display: block; height: 2px; margin: 1em 0; border-top: 2px solid #000000"
/>
</div>
<div>
<p></p>
<h4>Production build date: 2024.08.26</h4>
<p style="margin: 25px 0"></p>
<h4>All apps v5.3.3</h4>
<p style="margin: 25px 0"></p>
<p>Changes:</p>
Expand Down

0 comments on commit 535a9d7

Please sign in to comment.