Skip to content

Commit c53440a

Browse files
committed
add js directory to watch:all grunt task
1 parent f7e0a79 commit c53440a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ module.exports = function (grunt) {
8888
path.resolve(paths().source.patterns + '**/*.json'),
8989
path.resolve(paths().source.fonts + '/*'),
9090
path.resolve(paths().source.images + '/*'),
91-
path.resolve(paths().source.data + '*.json')
91+
path.resolve(paths().source.data + '*.json'),
92+
path.resolve(paths().source.js + '/*.js')
9293
],
9394
tasks: ['default', 'bsReload:css']
9495
}

0 commit comments

Comments
 (0)