Skip to content

Commit

Permalink
add js directory to watch:all grunt task
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Mar 11, 2016
1 parent f7e0a79 commit c53440a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ module.exports = function (grunt) {
path.resolve(paths().source.patterns + '**/*.json'),
path.resolve(paths().source.fonts + '/*'),
path.resolve(paths().source.images + '/*'),
path.resolve(paths().source.data + '*.json')
path.resolve(paths().source.data + '*.json'),
path.resolve(paths().source.js + '/*.js')
],
tasks: ['default', 'bsReload:css']
}
Expand Down

0 comments on commit c53440a

Please sign in to comment.