Make HTTPReq in sci
This commit is contained in:
parent
781d978384
commit
ef2eb9a190
2 changed files with 11 additions and 12 deletions
|
|
@ -13,9 +13,8 @@
|
|||
(def js-target-dir (fs/file "gh-pages" "js"))
|
||||
(fs/create-dirs js-target-dir)
|
||||
|
||||
(when (seq (fs/modified-since js-target-dir "src"))
|
||||
(println "Compiling CLJS")
|
||||
(shell "clojure -M:dev -m shadow.cljs.devtools.cli release main"))
|
||||
(println "Compiling CLJS")
|
||||
(shell "clojure -M:dev -m shadow.cljs.devtools.cli release main")
|
||||
|
||||
(def index-file (fs/file "gh-pages" "index.html"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue