indexiatech / ember-forms

Smart, Intuitive forms for Ember.js styled with Bootstrap, Multi layouts and Validation support.
http://indexiatech.github.io/ember-forms
Apache License 2.0
218 stars 45 forks source link

Template compiler #62

Closed pedrokiefer closed 9 years ago

pedrokiefer commented 9 years ago

Compile templates on build. Should fix #44. One thing that is missing is cleaning up .hbs files from the tree, I'll try to fix that too and update this PR.

asaf commented 9 years ago

Awesome

asaf commented 9 years ago

@pedrokiefer I changed the module to an ember addon, all templates should be pre compiled as apart of the standard ember cli build process.