reorder js minification based on duration

start slowest first
pull/60/head
Min RK 11 years ago
parent 0deee0d989
commit a58e885e2c

@ -42,7 +42,7 @@ function build_main(name, callback) {
// build notebook-js, edit-js, etc. tasks
// which enables parallelism
var apps = ['edit', 'notebook', 'terminal', 'tree', 'auth'];
var apps = ['notebook', 'tree', 'edit', 'terminal', 'auth'];
apps.map(function (name) {
gulp.task(name + '-js', function (finish) {

Loading…
Cancel
Save