Added gulp build task
This commit is contained in:
parent
92cd6aeb62
commit
4936a8e8c6
1 changed files with 3 additions and 1 deletions
|
@ -63,4 +63,6 @@ gulp.task('clean', function () {
|
|||
del.sync('./output_*/assets/fonts/*');
|
||||
});
|
||||
|
||||
gulp.task('default', ['clean', 'styles', 'fonts', 'watch']);
|
||||
gulp.task('build', ['clean', 'styles', 'fonts']);
|
||||
|
||||
gulp.task('default', ['build', 'watch']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue