We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a69bc commit 1b905e9Copy full SHA for 1b905e9
app/templates/_package.json
@@ -97,7 +97,6 @@
97
"karma-ng-scenario": "~0.1.0",
98
"karma-firefox-launcher": "~0.1.6",
99
"karma-script-launcher": "~0.1.0",
100
- "karma-html2js-preprocessor": "~0.1.0",
101
"karma-chrome-launcher": "~0.2.0",
102
"requirejs": "~2.1.11",
103
"karma-requirejs": "~0.2.2",
app/templates/karma.conf.js
@@ -28,7 +28,7 @@ module.exports = function(config) {
28
],
29
30
preprocessors: {
31
- '**/*.html': 'html2js'<% if (filters.jade) { %>,
+ '**/*.html': 'ng-html2js'<% if (filters.jade) { %>,
32
'**/*.jade': 'ng-jade2js'<% } if (filters.babel) { %>,
33
'client/{app,components}/**/*.js': 'babel'<% } %>
34
},
0 commit comments