Skip to content

Instantly share code, notes, and snippets.

@bridgethillyer
Created June 23, 2014 18:10
Show Gist options
  • Save bridgethillyer/d695c65b921a699134d2 to your computer and use it in GitHub Desktop.
Save bridgethillyer/d695c65b921a699134d2 to your computer and use it in GitHub Desktop.
#!/usr/bin/env boot
#tailrecursion.boot.core/version "2.5.0"
(set-env!
:project
'hoplon-reveal-js
:version
"0.2.0-SNAPSHOT"
:dependencies
[['tailrecursion/boot.core "2.5.0"]
['tailrecursion/boot.task "2.2.1"]
['tailrecursion/hoplon "5.10.7"]
['org.clojure/clojurescript "0.0-2127"]]
:src-paths
#{"src/cljs"}
:out-path
"resources/public")
(add-sync! (get-env :out-path) #{"resources/assets"})
(require
['tailrecursion.hoplon.boot :refer :all]
['tailrecursion.boot.task :refer :all])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment