wafers / modulo

:bar_chart: :chart_with_upwards_trend: Enhanced Npm.js module search, ranking, data visualization & analytics.
http://modulo.heroku.com
9 stars 0 forks source link

Bower components and Angular code should be concat/minified. #248

Open WesTyler opened 8 years ago

WesTyler commented 8 years ago

Gulpfile should have a task for concatenating and minifying all bower components AND Angular app files.

Client/index.html should then only load the single minified js file.

WesTyler commented 8 years ago

Concatenation is done. Minification proving difficult.