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 b34f7f6 commit 0ea37baCopy full SHA for 0ea37ba
Gruntfile.js
@@ -8,7 +8,9 @@
8
module.exports = function (grunt) {
9
'use strict';
10
11
- require('jit-grunt')(grunt);
+ require('jit-grunt')(grunt, {
12
+ coveralls: 'grunt-karma-coveralls'
13
+ });
14
require('time-grunt')(grunt);
15
16
var dev = process.cwd().indexOf('/home/jdobry/angular-data') === -1;
0 commit comments