karma-ember-precompiler-brunch
v1.0.0
Published
Handlebars precompile preprocessor for karma based on ember-precompiler-brunch plugin
Downloads
702
Maintainers
Readme
karma-ember-precompiler-brunch
Usage
.......
// Include to plugins list
plugins: [
'karma-ember-precompiler-brunch'
],
// Create configuration
emberPrecompilerBrunchPreprocessor: {
jqueryPath: 'path/to/jquery.js',
handlebarsPath: 'path/to/handlebars.js'
emberPath: 'path/to/ember.js',
},
// Use it! :)
preprocessors: {
'**/*.hbs': 'ember-precompiler-brunch'
}