aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 568b1096..8d21867b 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -178,7 +178,7 @@ module.exports = function(grunt) {
},
mocks: {
dest: 'build/angular-mocks.js',
- src: files['angularModules']['ngMock'],
+ src: util.wrap(files['angularModules']['ngMock'], 'module'),
strict: false
},
sanitize: {