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 4efc982 commit ef534e7Copy full SHA for ef534e7
gruntFile.js
@@ -1,8 +1,6 @@
1
module.exports = function (grunt) {
2
3
- grunt.loadNpmTasks('grunt-karma');
4
- grunt.loadNpmTasks('grunt-contrib-jshint');
5
- grunt.loadNpmTasks('grunt-conventional-changelog');
+ require('load-grunt-tasks')(grunt);
6
7
// Default task.
8
grunt.registerTask('default', ['jshint', 'karma']);
package.json
@@ -14,7 +14,8 @@
14
"grunt-conventional-changelog": "~1.0.0",
15
"karma-jasmine": "~0.2.2",
16
"karma-chrome-launcher": "~0.1.3",
17
- "karma-firefox-launcher": "~0.1.3"
+ "karma-firefox-launcher": "~0.1.3",
18
+ "load-grunt-tasks": "~0.2.0"
19
},
20
"scripts": {},
21
"repository": {
0 commit comments