mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
add gulp watch for js files
This commit is contained in:
@@ -2,7 +2,7 @@ var gulp = require('gulp');
|
||||
var config = require('../config.js');
|
||||
var utils = require('../utils.js');
|
||||
|
||||
gulp.task('watch-oauth', function() {
|
||||
gulp.task('watch-oauth-css', function() {
|
||||
gulp.watch(config.paths.src + 'oauth/**/*.scss', ['build-oauth']);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user