Skip to content

Commit a79ae3e

Browse files
authored
add .html file path for server watch
1 parent 37a31e3 commit a79ae3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var bs = require('browser-sync').create();
88
*/
99
bs.init({
1010
server: 'app',
11-
files: ['app/**/*.css', 'app/**/*.js'],
11+
files: ['app/*.html', 'app/**/*.css', 'app/**/*.js'],
1212
plugins: [
1313
{
1414
module: 'bs-html-injector',

0 commit comments

Comments
 (0)