1.0.0 • Published 8 years ago

karma-ember-precompiler-brunch v1.0.0

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

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