npm install --save-dev grunt-wiredep
// grunfile.js
(...)
//nouvelle tâche
wiredep: {
task: {
src: 'builds/development/**/*.html',
},
},
(...)
grunt.loadNpmTasks('grunt-wiredep');
(...)
grunt.registerTask('default', ['wiredep', 'concat', 'sass', 'connect', 'watch']);
// index.html par ex
// css
// js