Skip to content

Commit 113fa16

Browse files
author
Evan Jacobs
committed
Also watch dist/ for CSS changes
Fixes livereload not picking up changes in the emitted CSS.
1 parent 737cf6c commit 113fa16

File tree

1 file changed

+1
-1
lines changed
  • generators/app/templates/scripts

1 file changed

+1
-1
lines changed

generators/app/templates/scripts/budo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ require('budo')('src/index.js', {
1313
stream: process.stdout,
1414

1515
watchGlob: [
16-
'src/**/*.{html,css,json}'
16+
'{dist,src}/**/*.{html,css,json}'
1717
]
1818
});

0 commit comments

Comments
 (0)