ember-precompiler-brunch

1.5.1 • Public • Published

ember-precompiler-brunch

Another Ember template precompiling plugin for brunch.

Your application's jQuery, Handlebars and Ember files are used when compiling templates so there are never any version discrepancies.

Usage

Add "ember-precompiler-brunch": "x.y.z" to package.json of your brunch app.

Add precompile: true and paths to the files.templates object of your app's config.coffee

files:
  templates:
    precompile: true
    defaultExtension: 'hbs'
    joinTo: 'js/templates.js' : /^app/
    paths:
      jquery: 'vendor/scripts/jquery.js'
      handlebars: 'vendor/scripts/handlebars.js'
      ember: 'vendor/scripts/ember.js'

yep.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.5.1
    7
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.5.1
    7
  • 1.5.0
    2
  • 1.4.1
    4
  • 1.4.0
    1

Package Sidebar

Install

npm i ember-precompiler-brunch

Weekly Downloads

7

Version

1.5.1

License

none

Last publish

Collaborators

  • chrixian