6 Commits

Author SHA1 Message Date
Miguel Del Castillo
a2e7a3fc15
Added version consistency check before each build (#896)
* Added version consistency check script

* Added version check step to build process in package.json
2024-02-27 11:43:56 -06:00
David Collins
ece40916f6 Repaired a typo in the path to jsdoc.layout.tmpl 2017-11-08 10:54:34 -08:00
David Collins
6a6593e732 Cleanup for the upcoming release
- Moved HowToBuildWebWW.md to a new Building section in README.md

- Moved HowToCreateAndRunUnitTests.md to test/README.md

- Ordered npm build scripts to group testing commands

- Moved and renamed JSDoc configuration files to clarify their purpose

- Removed design-notes with the expecation of re-establishing developer focused documentation on the website or wiki.

- Closes #258
2017-11-08 10:25:23 -08:00
Zach Glueckert
d7f8171690 Create distribution folder for generated assets (#281)
* Modify build script to write build artifacts to distribution directory
- Deposit other client consumable assets in the distribution directory
- See #280

* Remove unnecessary escape on file match

* Add clean task

* Simplify task structure

* Fix Artifactory deployment path

* Remove asset publishing directory from clean task

* Add npm clean task

* WebStorm configuration change to ignore distribution folder

* Add test-results folder as a clean target
2017-11-08 10:11:32 -08:00
Miguel Del Castillo
3c2ce6d4fe Added CommonJS-like interface to almond wrapper. (#155)
- This changes the build artifact generation so it has a UMD interface.
   http://davidbcalhoun.com/2014/what-is-amd-commonjs-and-umd/

 - Build artifacts should now be capable of working like a Node modules
   (as an npm package with a bundler like Webpack or Browserify for
   frontend development), in addition to the previous interfaces
   (an AMD module or web browser object attached to the window object).
2017-06-30 14:49:44 -07:00
Tom Gaskins
9d2f7daa0e Initial checkin. 2015-08-28 17:13:35 -07:00