Merge pull request #78 from havfo/feat/docker_update_app_config

Add gulp dist-watch
master
Håvar Aambø Fosstveit 2019-02-01 11:49:31 +01:00 committed by GitHub
commit 9b0abb5575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -272,6 +272,16 @@ gulp.task('dist', gulp.series(
'resources'
));
gulp.task('dist-watch', gulp.series(
'clean',
'lint',
'bundle:watch',
'html',
'css',
'resources',
'watch',
));
gulp.task('live', gulp.series(
'clean',
'lint',