Added Minify Build Step

Issue #11 new
Benjamin Evenson repo owner created an issue

Using gulp minify the project and timestamp the file to avoid browser caching old JS.

Comments (1)

  1. Benjamin Evenson reporter

    As of latest commit, when running npm start the gulp script will run first. This will minify and timestamp all the angular code and output it into public/dest/bundle{timesamp}.js and write the include into index.html. Current the nonminified code is still served over HTTP but isn't used.

  2. Log in to comment