aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorIgor Minar2013-06-06 14:07:32 -0700
committerIgor Minar2013-06-06 17:08:50 -0700
commit63c1e5beff858abae464b5dead80d51d5f2c0ca2 (patch)
tree91b05b517da86ba707c46a3efe1030392f886a71 /Gruntfile.js
parent5599b55b04788c2e327d7551a4a699d75516dd21 (diff)
downloadangular.js-63c1e5beff858abae464b5dead80d51d5f2c0ca2.tar.bz2
chore(grunt): add autotest:modules target
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index fd37e1f1..c20b1ea0 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -55,7 +55,8 @@ module.exports = function(grunt) {
autotest: {
jqlite: 'karma-jqlite.conf.js',
- jquery: 'karma-jquery.conf.js'
+ jquery: 'karma-jquery.conf.js',
+ modules: 'karma-modules.conf.js'
},