0.0.1 • Published 8 years ago

karma-ember-precompile-brunch v0.0.1

Weekly downloads
40
License
MIT
Repository
github
Last release
8 years ago

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