Skip to content

Commit

Permalink
feat(config): remove default preprocessors (coffee, html2js)
Browse files Browse the repository at this point in the history
This should have been done in e033d56.

We don't ship any plugin with Karma anymore.
Users should rather use `karma init`, which installs plugins for them.
  • Loading branch information
vojtajina committed Dec 8, 2013
1 parent 44f5bdd commit ada74d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ var Config = function() {
this.captureTimeout = 60000;
this.proxies = {};
this.proxyValidateSSL = true;
this.preprocessors = {'**/*.coffee': 'coffee', '**/*.html': 'html2js'};
this.preprocessors = {};
this.urlRoot = '/';
this.reportSlowerThan = 0;
this.loggers = [constant.CONSOLE_APPENDER];
Expand Down

0 comments on commit ada74d5

Please sign in to comment.