-
Notifications
You must be signed in to change notification settings - Fork 26
Updating guide
Mukund Lakshman edited this page Aug 18, 2013
·
2 revisions
To see a shorter list of changes between versions, please see the release history
Two big changes:
- Previously, partials wouldn't work unless you overrode the default
processPartialName
method. This update fixes it. - We're now using Handlebars v1.0.0 (and jQuery 2.0.3).
Handlebars is now 1.0.0-rc4. We're using ember-template-compiler, maintained by the Ember folks.
You shouldn't need to do any work. Internally, we're not calling registerPartial
anymore.
You need handlebars-1.0-rc.3 and ember-1.0.0-rc.1. That's all!
This task now uses the same interface as the excellent grunt-contrib-handlebars task. Thank you Tim Branyen and maintainers of grunt-contrib-handlebars!
This task now depends on grunt 0.4.x. Please see the grunt 0.3 to 0.4 migration guide for more details.