mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
add debug mode for gulp watch
This commit is contained in:
@@ -3,9 +3,10 @@ var config = require('../config.js');
|
||||
var utils = require('../utils.js');
|
||||
|
||||
gulp.task('watch-oauth-css', function() {
|
||||
debugMode = true;
|
||||
gulp.watch(config.paths.src + 'oauth/**/*.scss', ['build-oauth']);
|
||||
});
|
||||
|
||||
gulp.task('build-oauth', function () {
|
||||
return utils.buildCssGroup([config.paths.src + 'oauth/main.scss'], 'oauth', 'oauth/css/');
|
||||
return utils.buildCssGroup([config.paths.src + 'oauth/main.scss'], 'oauth', 'oauth/css/', debugMode);
|
||||
});
|
Reference in New Issue
Block a user