gabrielgrant / node-ember-precompile

Precompile Handlebars templates for Ember.js
53 stars 25 forks source link

Watch files and recompile on changes #16

Closed simpleshadow closed 10 years ago

simpleshadow commented 11 years ago

Resolve #15.

Example:

ember-precompile *.handlebars -f templates.js -w

When watching, ember-precompile will now automatically watch any referenced files for changes and recompile the output upon any changes to reference files.

Pull request includes the following changes:

nettles-jarrod commented 10 years ago

Hi @simpleshadow, thanks for the PR but we've already discussed this functionality before and decided its preferable to let other libraries handle this.