mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Watch all js subdirectories with gulp
This commit is contained in:
parent
a23cad09ab
commit
4a4a1bce0f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ gulp.task('build', [
|
|||
|
||||
// Watch task
|
||||
gulp.task('watch', function(){
|
||||
gulp.watch('js/*.js', ['js']);
|
||||
gulp.watch('js/**/*.js', ['js']);
|
||||
gulp.watch('css/*.less', ['css']);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue