Skip to content

Commit

Permalink
chore(grunt): adds load-grunt-tasks module
Browse files Browse the repository at this point in the history
makes it way more easier to maintain grunt plugin loading
  • Loading branch information
0x-r4bbit committed Dec 3, 2013
1 parent 223db63 commit e6925a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ module.exports = function(grunt) {
return ASSET_HOST + '/integrations/goangular/v' + getSemver();
}

grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-connect');
grunt.loadNpmTasks('grunt-saucelabs');
require('load-grunt-tasks')(grunt);

grunt.initConfig({
clean: CLEAN_DIRS,
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"wrench": "~1.5.1",
"winston": "~0.7.2",
"underscore.string": "2.3.3",
"q": "~0.9.7"
"q": "~0.9.7",
"load-grunt-tasks": "~0.2.0"
},
"goinstant": {
"namespace": "integrations"
Expand Down

0 comments on commit e6925a2

Please sign in to comment.