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: {
files: [
jsFileList,
'<%= jshint.all %>'
],
tasks: ['jshint', 'concat']