Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #+BEGIN_SRC clojure :noweb-ref dep-cljsbuild
  2. [lein-figwheel "0.5.9"]
  3. [lein-cljsbuild "1.1.5" :exclusions [[org.clojure/clojure]]]
  4. #+END_SRC
  5.  
  6. :plugins [<<dep-cljsbuild>>]
  7.  
  8. :plugins [[lein-figwheel "0.5.9"]
  9. :plugins [[lein-cljsbuild "1.1.5" :exclusions [[org.clojure/clojure]]]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement