Skip to content

Latest commit

 

History

History
executable file
·
5 lines (4 loc) · 240 Bytes

README.md

File metadata and controls

executable file
·
5 lines (4 loc) · 240 Bytes

This build uses npm, gulp, and browserify to manage dependencies.

To build:

  • run "npm install" to download the 3rd party libs in package.json
  • run "gulp" to browserify them (ie, to create the minified, namespace-armored js/app.js file).