Skip to content

Commit

Permalink
get the uberjar to work.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Granger <[email protected]>
  • Loading branch information
ibdknox committed Feb 28, 2012
1 parent e16688e commit 320a795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
:externs ["checkouts/jayq/resources/externs/jquery.js"
"resources/externs/codemirror.js"],
:pretty-print true}}]}
:aot [coding.server]
:uberjar-exclusions [#"cljs/.*\.class"]
:main ^{:skip-aot true} coding.server)


1 change: 1 addition & 0 deletions src/coding/server.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(ns coding.server
(:gen-class)
(:require [noir.server :as server]
[coding.models.box :as box]
[cljs.compiler :as comp]))
Expand Down

0 comments on commit 320a795

Please sign in to comment.