- 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
* 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
- 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).