Skip to content

Commit 5abbad4

Browse files
authored
Merge pull request #12 from michaelmano/master
Fixes #11
2 parents f695cac + 5e5f544 commit 5abbad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gulp.task('build', compile)
3535
gulp.task('watch', () => {
3636
compile()
3737
return watch([
38-
path.normalize('components/**.js'),
38+
path.normalize('components/*.js'),
3939
path.normalize('index.mjml'),
4040
], compile)
4141
})

0 commit comments

Comments
 (0)