From 83b43dfff54bc5535cf599fd39537f08c851ebfe Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 9 Oct 2016 20:20:21 +0200 Subject: [PATCH] Add wiredep in jsdev task. --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 5bff1be..6613f12 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -37,6 +37,7 @@ module.exports = function(grunt) { ]); grunt.registerTask('jsdev', [ + 'wiredep', 'newer:jshint', 'newer:jscs' ]);