mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 10:58:52 +01:00
Build assest as part of watching them
This commit is contained in:
parent
37816f68cf
commit
2af8fdf8b6
@ -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 New Issue
Block a user