Skip to content

Commit

Permalink
Merge pull request #284 from twbs/load-grunt-tasks
Browse files Browse the repository at this point in the history
use load-grunt-tasks to load Grunt tasks
  • Loading branch information
Connor Montgomery committed Feb 25, 2014
2 parents 8085693 + b7a8197 commit 9c36acc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,7 @@ module.exports = function(grunt) {
});

// Load the plugins
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-contrib-sass');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-jekyll');
require('load-grunt-tasks')(grunt, {scope: 'devDependencies'});


// Default task(s).
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"grunt-contrib-nodeunit": "~0.3.0",
"grunt-contrib-sass": "~0.7.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-jekyll": "~0.4.1"
"grunt-jekyll": "~0.4.1",
"load-grunt-tasks": "~0.4.0"
}
}

0 comments on commit 9c36acc

Please # to comment.