mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
add gulp watch and gulp sync commands - for css watching and browser syncing, workzone proposal cleanup
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user