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 1d04dab commit 37ecf41Copy full SHA for 37ecf41
lib/config.js
@@ -262,7 +262,7 @@ var Config = function() {
262
this.captureTimeout = 60000;
263
this.proxies = {};
264
this.proxyValidateSSL = true;
265
- this.preprocessors = {'**/*.coffee': 'coffee'};
+ this.preprocessors = {'**/*.coffee': 'coffee', '**/*.html': 'html2js'};
266
this.urlRoot = '/';
267
this.reportSlowerThan = 0;
268
this.loggers = [constant.CONSOLE_APPENDER];
package.json
@@ -93,6 +93,7 @@
93
"karma-jasmine": "*",
94
"karma-requirejs": "*",
95
"karma-coffee-preprocessor": "*",
96
+ "karma-html2js-preprocessor": "*",
97
"karma-chrome-launcher": "*",
98
"karma-firefox-launcher": "*",
99
"karma-phantomjs-launcher": "*",
0 commit comments