Skip to content

Commit

Permalink
feat: ship html2js preprocessor as a default plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Jul 13, 2013
1 parent 1d04dab commit 37ecf41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ var Config = function() {
this.captureTimeout = 60000;
this.proxies = {};
this.proxyValidateSSL = true;
this.preprocessors = {'**/*.coffee': 'coffee'};
this.preprocessors = {'**/*.coffee': 'coffee', '**/*.html': 'html2js'};
this.urlRoot = '/';
this.reportSlowerThan = 0;
this.loggers = [constant.CONSOLE_APPENDER];
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"karma-jasmine": "*",
"karma-requirejs": "*",
"karma-coffee-preprocessor": "*",
"karma-html2js-preprocessor": "*",
"karma-chrome-launcher": "*",
"karma-firefox-launcher": "*",
"karma-phantomjs-launcher": "*",
Expand Down

0 comments on commit 37ecf41

Please sign in to comment.