Skip to content
Permalink
Browse files
Add load-grunt-tasks package dependency
Close gh-1405
  • Loading branch information
sindresorhus authored and markelog committed Nov 7, 2013
1 parent 5ce0b34 commit abfa210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
@@ -1,5 +1,4 @@
module.exports = function( grunt ) {

"use strict";

function readOptionalJSON( filepath ) {
@@ -140,13 +139,7 @@ module.exports = function( grunt ) {
});

// Load grunt tasks from NPM packages
grunt.loadNpmTasks( "grunt-compare-size" );
grunt.loadNpmTasks( "grunt-git-authors" );
grunt.loadNpmTasks( "grunt-contrib-watch" );
grunt.loadNpmTasks( "grunt-contrib-jshint" );
grunt.loadNpmTasks( "grunt-contrib-uglify" );
grunt.loadNpmTasks( "grunt-jsonlint" );
grunt.loadNpmTasks( "grunt-jscs-checker" );
require( "load-grunt-tasks" )( grunt );

// Integrate jQuery specific tasks
grunt.loadTasks( "build/tasks" );
@@ -38,6 +38,7 @@
"grunt-jscs-checker": "~0.2.3",
"grunt-jsonlint": "~1.0.1",
"gzip-js": "0.3.2",
"load-grunt-tasks": "~0.2.0",
"testswarm": "~1.1.0",
"requirejs": "~2.1.9",
"which": "~1.0.5"

0 comments on commit abfa210

Please sign in to comment.