test-karma-ember-precompile-brunch

0.0.1 • 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 test-karma-ember-precompile-brunch

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • zhewangjoe