yeoman / generator-mobile

Scaffold out a mobile project based on Web Starter Kit
http://yeoman.io
918 stars 99 forks source link

Removed concat and uglify from build task #43

Closed azend closed 10 years ago

azend commented 10 years ago

Removed concat and uglify from build task since usemin does these two anyway and otherwise the generator will not build properly. These functions were already commented out above.

sindresorhus commented 10 years ago

usemin only fills in their config, it doesn't call them.