zooniverse / AnnoTate

Full text transcription app for the Tate Britain
http://anno.tate.org.uk
Other
12 stars 2 forks source link

Always minify JS when deploying #50

Closed perry closed 9 years ago

perry commented 9 years ago

There's currently an aptly named environment variable, ENVIRONMENT, that needs to be set to 'production' for JS minification to occur.

Having the env variable seems a bit overkill and easy to miss (I just did), it would be much better to explicitly call the uglify() task in the build steps.

rogerhutchings commented 9 years ago

Supersedes #7

rogerhutchings commented 9 years ago

Fixed, gulp production minifies all the things