removed main
This commit is contained in:
parent
bf0b1fcf67
commit
a49bda02bc
2 changed files with 1 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
(defproject cryogen-core "0.1.7"
|
||||
(defproject cryogen-core "0.1.8"
|
||||
:description "Cryogen's compiler"
|
||||
:url "https://github.com/lacarmen/cryogen-core"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
@ -315,7 +315,3 @@
|
|||
(instance? clojure.lang.ExceptionInfo e))
|
||||
(println (red "Error:") (yellow (.getMessage e)))
|
||||
(write-exception e))))))
|
||||
|
||||
(defn -main []
|
||||
(compile-assets-timed)
|
||||
(System/exit 0))
|
||||
|
|
Loading…
Reference in a new issue