kmuncie / omnibus-reader

Simple JS reader app
4 stars 4 forks source link

Grunt Publish is broken #14

Closed kmuncie closed 9 years ago

kmuncie commented 9 years ago

In the attempt to make the Dev/Build process more logical and separate compiled code from source code "grunt publish" was broken. Thus currently the only way to make the site servable is from loading the entire Dev folder which is not concatenated or minified.

This needs to be fixed.

We should have this in my mind:

  1. App - source code
  2. Dev - Compiled code that is expanded and not minified
  3. Dist - Compiled, concatenated, and minified code ready for deploy