Use load-grunt-tasks instead of matchdep.
This commit is contained in:
parent
0f2dfcdaeb
commit
a19381763f
@ -123,7 +123,7 @@ module.exports = (grunt) ->
|
||||
tmpcrx: 'tmp-crx'
|
||||
tmpuserscript: 'tmp-userscript'
|
||||
|
||||
require('matchdep').filterDev('grunt-*').forEach grunt.loadNpmTasks
|
||||
require('load-grunt-tasks') grunt
|
||||
|
||||
grunt.registerTask 'default', ['build']
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
"grunt-contrib-copy": "~0.4.1",
|
||||
"grunt-contrib-watch": "~0.5.0",
|
||||
"grunt-shell": "~0.3.1",
|
||||
"matchdep": "~0.1.2"
|
||||
"load-grunt-tasks": "~0.1.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user