Skip to content

Commit

Permalink
added load-grunt-tasks to gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MehulATL committed Feb 11, 2014
1 parent ad3f6dc commit af6fe6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,7 @@ module.exports = function (grunt) {
grunt.loadTasks("tasks");

// These plugins provide necessary tasks.
grunt.loadNpmTasks('grunt-contrib-nodeunit');
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-env');
grunt.loadNpmTasks('grunt-karma');
require('load-grunt-tasks')(grunt);

// Default task.
grunt.registerTask('default', ['jshint', 'nodeunit']);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-env": "latest",
"grunt-lib-legacyhelpers": "latest",
"grunt-karma": "~0.7.2",
"load-grunt-tasks": "latest",
"karma": "~0.11.0",
"karma-chrome-launcher": "latest",
"karma-firefox-launcher": "latest",
Expand Down

0 comments on commit af6fe6c

Please sign in to comment.