Skip to content

Commit

Permalink
Bump cljsbuild version to 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
eightysteele committed Feb 25, 2012
1 parent b17d38b commit f093d25
Show file tree
Hide file tree
Showing 2 changed files with 4,126 additions and 4,123 deletions.
13 changes: 8 additions & 5 deletions project.clj
Expand Up @@ -8,10 +8,13 @@
[noir "1.2.2"]
[pinot "0.1.1-SNAPSHOT"]]
:dev-dependencies [[lein-ring "0.5.0"]]
:plugins [[lein-cljsbuild "0.0.14"]]
:cljsbuild {:source-path "src/cljs"
:compiler {:output-to "resources/public/js/main.js"
:optimizations :whitespace
:pretty-print true}}
:plugins [[lein-cljsbuild "0.1.0"]]
:cljsbuild
{:builds
[{:source-path "src/cljs",
:compiler
{:output-to "resources/public/js/main.js",
:optimizations :whitespace,
:pretty-print true}}]}
:ring {:handler contour.server/handler}
:main contour.server)

0 comments on commit f093d25

Please sign in to comment.