We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f695cac + 5e5f544 commit 5abbad4Copy full SHA for 5abbad4
gulpfile.babel.js
@@ -35,7 +35,7 @@ gulp.task('build', compile)
35
gulp.task('watch', () => {
36
compile()
37
return watch([
38
- path.normalize('components/**.js'),
+ path.normalize('components/*.js'),
39
path.normalize('index.mjml'),
40
], compile)
41
})
0 commit comments