|
|
@ -30,6 +30,10 @@ gulp.task('build', |
|
|
|
gulp.task('default', |
|
|
|
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
|
|
|
|
gulp.task('litmus', |
|
|
|
gulp.series('build', creds, aws, litmus)); |
|
|
|