Skip to content

Instantly share code, notes, and snippets.

@aamedina
Created April 30, 2014 19:15
Show Gist options
  • Select an option

  • Save aamedina/867a97b8f2d34450c143 to your computer and use it in GitHub Desktop.

Select an option

Save aamedina/867a97b8f2d34450c143 to your computer and use it in GitHub Desktop.
(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