Created
April 30, 2014 19:15
-
-
Save aamedina/867a97b8f2d34450c143 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (deftemplate index | |
| (io/resource "public/html/index.html") | |
| [] | |
| [[:script (enlive/attr= :src "../js/main.js")]] | |
| (enlive/before (enlive/html [:script {:src "../js/out/goog/base.js"}])) | |
| [:body] | |
| (enlive/append (enlive/html [:script "goog.require(\"ag_console.start\")"]))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment