mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-02 12:34:46 +00:00
Build assest as part of watching them
This commit is contained in:
parent
37816f68cf
commit
2af8fdf8b6
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ var rename = require('gulp-rename');
|
|||
var path = require('path');
|
||||
|
||||
|
||||
gulp.task('default', ['watch']);
|
||||
gulp.task('default', ['build', 'watch']);
|
||||
gulp.task('build', ['styles', 'javascript', 'images', 'fonts']);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue