Add wiredep in jsdev task.

This commit is contained in:
Alexis Lahouze 2016-10-09 20:20:21 +02:00
parent e5721b3573
commit 83b43dfff5
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ module.exports = function(grunt) {
]);
grunt.registerTask('jsdev', [
'wiredep',
'newer:jshint',
'newer:jscs'
]);