Tweak Gruntfile tasks loading.

This commit is contained in:
Mayhem 2013-08-03 00:52:16 +02:00
parent 0b6f66ca81
commit 82d3afba0a
2 changed files with 3 additions and 10 deletions

View File

@ -132,15 +132,7 @@ module.exports = (grunt) ->
tmpcrx: 'tmp-crx'
tmpuserscript: 'tmp-userscript'
grunt.loadNpmTasks 'grunt-bump'
grunt.loadNpmTasks 'grunt-concurrent'
grunt.loadNpmTasks 'grunt-contrib-clean'
grunt.loadNpmTasks 'grunt-contrib-coffee'
grunt.loadNpmTasks 'grunt-contrib-compress'
grunt.loadNpmTasks 'grunt-contrib-concat'
grunt.loadNpmTasks 'grunt-contrib-copy'
grunt.loadNpmTasks 'grunt-contrib-watch'
grunt.loadNpmTasks 'grunt-shell'
require('matchdep').filterDev('grunt-*').forEach grunt.loadNpmTasks
grunt.registerTask 'default', ['build']

View File

@ -25,7 +25,8 @@
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-watch": "~0.5.0",
"grunt-shell": "~0.3.1"
"grunt-shell": "~0.3.1",
"matchdep": "~0.1.2"
},
"repository": {
"type": "git",