karma-coffee-preprocessor
Preprocessor to compile CoffeeScript on the fly.
Installation
This plugin ships with Karma by default, so you don't need to install it, it should just work ;-)
The easiest way is to keep karma-coffee-preprocessor
as a devDependency in your package.json
.
You can simple do it by:
npm install karma-coffee-preprocessor --save-dev
Configuration
Following code shows the default configuration...
// karma.conf.jsmodule { config;};
If you set the sourceMap
coffee compiler option to true
then the generated source map will be inlined as a data-uri.
For more information on Karma see the homepage.