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: {
|
js: {
|
||||||
files: [
|
files: [
|
||||||
|
jsFileList,
|
||||||
'<%= jshint.all %>'
|
'<%= jshint.all %>'
|
||||||
],
|
],
|
||||||
tasks: ['jshint', 'concat']
|
tasks: ['jshint', 'concat']
|
||||||
|
|||||||
Reference in New Issue
Block a user