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