We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0136763 commit 5f6b72eCopy full SHA for 5f6b72e
Gruntfile.coffee
@@ -2,7 +2,7 @@ module.exports = (grunt) ->
2
3
pkg = grunt.file.readJSON('package.json')
4
5
- require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks)
+ require('matchdep').filterDev('grunt-contrib*').forEach(grunt.loadNpmTasks)
6
7
# Project configuration.
8
grunt.initConfig
0 commit comments