wycats / rake-pipeline-web-filters

MIT License
116 stars 36 forks source link

Handlebars Filter #15

Closed tkellen closed 12 years ago

tkellen commented 12 years ago

This standardizes the supplementary filter included in the emberjs/todos Assetfile. It accepts three optional params:

:target w/ default: "Ember.TEMPLATES"
:compile_open w/ default:  "Ember.Handlebars.compile("
:compile_close w/ default ");"

If you accept this, I'll clean up the emberjs/todos Assetfile to use it.

tkellen commented 12 years ago

All set for another look.

tkellen commented 12 years ago

I guess I should have made another branch before adding those. They're both needed, though.