Rebuild time should include time spent writing the bundle and sourcemap

This commit is contained in:
Bryan Housel
2016-09-04 12:04:14 -04:00
parent 2910eaddbb
commit 76efe06c0f

View File

@@ -59,13 +59,13 @@ function build() {
]
}).then(function (bundle) {
console.timeEnd('Rebuilt');
bundle.write({
format: 'iife',
dest: 'dist/iD.js',
sourceMap: true
});
building = false;
console.timeEnd('Rebuilt');
}, function(err) {
building = false;