Fix reload gulp task

This commit is contained in:
Roman Hotsiy 2016-05-19 10:03:48 +03:00
parent 02149be9df
commit a2c91be5a3

View File

@ -31,7 +31,7 @@ gulp.task('rebuild', function(done) {
return runSequence(
'bundle',
'concatDeps',
callback
done
);
});