We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e0a79 commit c53440aCopy full SHA for c53440a
Gruntfile.js
@@ -88,7 +88,8 @@ module.exports = function (grunt) {
88
path.resolve(paths().source.patterns + '**/*.json'),
89
path.resolve(paths().source.fonts + '/*'),
90
path.resolve(paths().source.images + '/*'),
91
- path.resolve(paths().source.data + '*.json')
+ path.resolve(paths().source.data + '*.json'),
92
+ path.resolve(paths().source.js + '/*.js')
93
],
94
tasks: ['default', 'bsReload:css']
95
}
0 commit comments