Browse Source

use load-grunt-tasks to load Grunt tasks

pull/284/head
Chris Rebert 11 years ago
parent
commit
b7a81974f9
  1. 6
      Gruntfile.js
  2. 3
      package.json

6
Gruntfile.js

@ -79,11 +79,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).

3
package.json

@ -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"
}
}

Loading…
Cancel
Save