mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge pull request #4474 from gperdomor/feature/fix-gulp
[GULP] Remove coffee references in gulpfile
This commit is contained in:
commit
2f219a1811
1 changed files with 0 additions and 1 deletions
|
|
@ -76,7 +76,6 @@ gulp.task('admin-watch', function() {
|
|||
livereload.listen();
|
||||
|
||||
gulp.watch(paths.admin.js, ['admin-js']);
|
||||
gulp.watch(paths.admin.coffee, ['admin-js']);
|
||||
gulp.watch(paths.admin.sass, ['admin-css']);
|
||||
gulp.watch(paths.admin.css, ['admin-css']);
|
||||
gulp.watch(paths.admin.img, ['admin-img']);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue