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 49b2535 commit 973d38cCopy full SHA for 973d38c
Gruntfile.js
@@ -10,7 +10,11 @@ var fs = require('fs');
10
var path = require('path');
11
12
module.exports = function (grunt) {
13
- require('load-grunt-tasks')(grunt);
+ // Load grunt tasks automatically, when needed
14
+ require('jit-grunt')(grunt, {
15
+ buildcontrol: 'grunt-build-control',
16
+ changelog: 'grunt-conventional-changelog'
17
+ });
18
19
grunt.initConfig({
20
config: {
package.json
@@ -41,7 +41,7 @@
41
"grunt-env": "^0.4.1",
42
"grunt-mocha-test": "^0.11.0",
43
"grunt-release": "~0.6.0",
44
- "load-grunt-tasks": "~0.2.0",
+ "jit-grunt": "^0.9.1",
45
"marked": "~0.2.8",
46
"mocha": "~1.21.0",
47
"q": "^1.0.1",
0 commit comments