GreenImp / laravel-foundation

NodeJS script for installing Laraval and Foundation as a package.
MIT License
0 stars 0 forks source link

Don't minify app.js on Grunt watch #13

Closed GreenImp closed 6 years ago

GreenImp commented 9 years ago

Originally reported by: Lee Langley (Bitbucket: LeeLangleyRees, GitHub: Unknown)


Grunt watch is used for dev purposes, so minifying the JS file here is unnecessary and not at all helpful.

The app.js file should only be compressed on Grunt release.


GreenImp commented 9 years ago

Original comment by Lee Langley (Bitbucket: LeeLangleyRees, GitHub: Unknown):


Stops JS compression on Grunt watch

This now just copies the JS file to public.

Resolves issue #13