We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262528a commit 613089bCopy full SHA for 613089b
Gruntfile.js
@@ -4,10 +4,7 @@ module.exports = function (grunt) {
4
var initConfig;
5
6
// Loading external tasks
7
- grunt.loadNpmTasks('grunt-contrib-jshint');
8
- grunt.loadNpmTasks('grunt-contrib-watch');
9
- grunt.loadNpmTasks('grunt-karma');
10
- grunt.loadNpmTasks('grunt-conventional-changelog');
+ require('load-grunt-tasks')(grunt);
11
12
// Project configuration.
13
initConfig = {
package.json
@@ -24,6 +24,7 @@
24
"grunt-contrib-watch": "~0.5.3",
25
"grunt-karma": "~0.6.2",
26
"karma": "~0.10.2",
27
- "grunt-conventional-changelog": "~1.0.0"
+ "grunt-conventional-changelog": "~1.0.0",
28
+ "load-grunt-tasks": "~0.2.0"
29
}
30
0 commit comments