Merge pull request #1055 from al-the-x/watch-js-plugins
Make `grunt watch:js` include `assets/js/plugins/**/*.js`
This commit is contained in:
@@ -131,6 +131,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
js: {
|
||||
files: [
|
||||
jsFileList,
|
||||
'<%= jshint.all %>'
|
||||
],
|
||||
tasks: ['jshint', 'concat']
|
||||
|
||||
Reference in New Issue
Block a user