play-co / devkit

HTML 5 game platform for browser and mobile
http://docs.gameclosure.com
622 stars 126 forks source link

fixed gulp file bug, UglifyJS.minify was not a fn #246

Closed rogueSkib closed 8 years ago

rogueSkib commented 8 years ago

Running npm install was failing due to this bug in the gulpfile

rogueSkib commented 8 years ago

My node_modules folder had an old version of uglify-js that wasn't being updated ... after deleting the node_modules directory, everything installed properly.