add gulp watch and gulp sync commands - for css watching and browser syncing, workzone proposal cleanup

This commit is contained in:
Florian BLOUET
2015-11-19 18:18:37 +01:00
parent 42ab150113
commit 2d6133a40c
18 changed files with 224 additions and 617 deletions

View File

@@ -12,6 +12,10 @@ gulp.task('build-admin-css', function(){
], 'admin', 'admin/css/');
});
gulp.task('watch-admin', function() {
gulp.watch(config.paths.src + 'admin/**/*.scss', ['build-admin-css']);
});
gulp.task('build-admin', ['copy-admin-images', 'build-admin-css'], function(){
var adminGroup = [
config.paths.vendors + 'underscore-amd/underscore.js',