Skip to content

Commit

Permalink
Merge pull request #521 from robinboehm/load-grunt-tasks
Browse files Browse the repository at this point in the history
use load-grunt-tasks
  • Loading branch information
sheelc committed Feb 16, 2014
2 parents 7cf899a + 2fc2802 commit a937d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions Gruntfile.js
Expand Up @@ -10,10 +10,7 @@ module.exports = function(grunt) {
compress: require('./grunt/config/compress.js')
});

grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-compass');
grunt.loadNpmTasks('grunt-contrib-compress');
require('load-grunt-tasks')(grunt);

grunt.loadTasks('grunt/tasks');

Expand All @@ -37,7 +34,6 @@ module.exports = function(grunt) {
]
);


var spec = require('./grunt/tasks/spec.js');

grunt.registerTask("execSpecsInNode",
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -18,6 +18,7 @@
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-compress": "~0.5.2",
"load-grunt-tasks": "0.3.0",
"shelljs": "~0.1.4"
}
}

0 comments on commit a937d8d

Please sign in to comment.