GitHub user autoric opened a pull request:
https://github.com/apache/rave/pull/2
Trunk
https://issues.apache.org/jira/browse/RAVE-886
First patch in a planned series
Add handlebars js, add client side templates, remove dom building from
rave.js
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/autoric/rave trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/rave/pull/2.patch
----
commit 62e9be01596b2da25a5c87442b313e839cb742ec
Author: Erin Noe-Payne <[email protected]>
Date: 2013-02-13T18:32:50Z
Added Handlebars, client side templates and rave_ui.js. Moved all dom
building from rave.js into templates.
commit 29153349f139bc5fb57b84c51b6c4cd08acbab0c
Author: Erin Noe-Payne <[email protected]>
Date: 2013-02-13T18:41:21Z
Merge branch 'trunk' of https://github.com/apache/rave into trunk
commit 776a0af985c372adc8865d0e762b417e17b1e974
Author: Erin Noe-Payne <[email protected]>
Date: 2013-02-13T18:44:12Z
fixed code styling to remove space after :
commit 57d743375d5b1fd972714ca8befc3b31a1e48953
Author: Erin Noe-Payne <[email protected]>
Date: 2013-02-13T18:46:52Z
turns out there wasn't consistent code styling so we are just using mine now
commit 42b97740abac01bbbd8f0541bdaee0a4797c4cbb
Author: Erin Noe-Payne <[email protected]>
Date: 2013-02-14T19:58:15Z
Merge branch 'trunk' of https://github.com/apache/rave into trunk
----