Skip to content

Commit 5e5f544

Browse files
authored
Fixes #11
Removal of double wild card.
1 parent 659578c commit 5e5f544

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)