karma-ember-precompiler-brunch

1.0.0 • Public • Published

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'
    }

Package Sidebar

Install

npm i karma-ember-precompiler-brunch

Weekly Downloads

204

Version

1.0.0

License

MIT

Last publish

Collaborators

  • geksilla