We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9c94c commit c8b1bd4Copy full SHA for c8b1bd4
Gruntfile.js
@@ -7,9 +7,6 @@ module.exports = function(grunt) {
7
// Time the grunt tasks
8
require('time-grunt')(grunt);
9
10
- // We need Karma
11
- grunt.loadNpmTasks('grunt-karma');
12
-
13
grunt.initConfig({
14
karma: {
15
options: {
package.json
@@ -29,6 +29,9 @@
29
"load-grunt-tasks": "~0.3.0",
30
"grunt-contrib-jshint": "~0.8.0",
31
"grunt": "~0.4.2",
32
- "grunt-contrib-uglify": "~0.3.2"
+ "grunt-contrib-uglify": "~0.3.2",
33
+ "karma": "~0.8",
34
+ "grunt-karma": "~0.6.2",
35
+ "karma-jasmine": "*"
36
}
37
0 commit comments