parent
03111240d7
commit
c9cb7ff7db
@ -30,6 +30,10 @@ gulp.task('build',
|
|||||||
gulp.task('default',
|
gulp.task('default',
|
||||||
gulp.series('build', server, watch));
|
gulp.series('build', server, watch));
|
||||||
|
|
||||||
|
// Build emails, run the server, and watch for file changes
|
||||||
|
gulp.task('watch',
|
||||||
|
gulp.series('build', watch));
|
||||||
|
|
||||||
// Build emails, then send to litmus
|
// Build emails, then send to litmus
|
||||||
gulp.task('litmus',
|
gulp.task('litmus',
|
||||||
gulp.series('build', creds, aws, litmus));
|
gulp.series('build', creds, aws, litmus));
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "gulp",
|
"start": "gulp",
|
||||||
"build": "gulp --production",
|
"build": "gulp --production",
|
||||||
|
"watch": "gulp watch --production",
|
||||||
"zip": "gulp zip --production",
|
"zip": "gulp zip --production",
|
||||||
"litmus": "gulp litmus --production",
|
"litmus": "gulp litmus --production",
|
||||||
"mail": "gulp mail --production"
|
"mail": "gulp mail --production"
|
||||||
|
Loading…
Reference in New Issue
Block a user