Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 917dfc4

Browse files
committed
refactor(watch): add src/index.html to ignore list in default config
1 parent 404e538 commit 917dfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/watch.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var copyConfig = require('./copy.config');
1010
module.exports = {
1111
srcFiles: {
1212
paths: ['{{SRC}}/**/*.(ts|html|s(c|a)ss)'],
13-
options: { ignored: ['{{SRC}}/**/*.spec.ts', '{{SRC}}/**/*.e2e.ts', '**/*.DS_Store'] },
13+
options: { ignored: ['{{SRC}}/**/*.spec.ts', '{{SRC}}/**/*.e2e.ts', '**/*.DS_Store', '{{SRC}}/index.html'] },
1414
callback: watch.buildUpdate
1515
},
1616
copyConfig: copy.copyConfigToWatchConfig()

0 commit comments

Comments
 (0)