Compile your handlebars templates into functions compatible with Ember.js.
In your project.clj file
[dieter/ember "0.4.0"]
Insert it into your ring middleware stack
(use '[dieter :only [asset-pipeline]])
(require 'dieter.asset.ember)
(-> app
(asset-pipeline config-options))
Copyright (C) 2012 EdgeCase
Distributed under the Eclipse Public License, the same as Clojure.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |