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:
Ben Word
2014-06-15 02:03:19 -05:00

View File

@@ -131,6 +131,7 @@ module.exports = function(grunt) {
}, },
js: { js: {
files: [ files: [
jsFileList,
'<%= jshint.all %>' '<%= jshint.all %>'
], ],
tasks: ['jshint', 'concat'] tasks: ['jshint', 'concat']