Skip to content

Commit

Permalink
feat: ship coffee-preprocessor and requirejs as default plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Apr 4, 2013
1 parent 562607a commit f34e30d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,11 @@ var parseConfig = function(configFilePath, cliOptions) {
loggers: [ constant.CONSOLE_APPENDER ],
plugins: [
'karma-jasmine',
'karma-requirejs',
'karma-chrome-launcher',
'karma-firefox-launcher',
'karma-phantomjs-launcher'
'karma-phantomjs-launcher',
'karma-coffee-preprocessor'
]
};

Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
},
"peerDependencies": {
"karma-jasmine": "*",
"karma-requirejs": "*",
"karma-coffee-preprocessor": "*",
"karma-chrome-launcher": "*",
"karma-firefox-launcher": "*",
"karma-phantomjs-launcher": "*"
Expand Down

0 comments on commit f34e30d

Please sign in to comment.