Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. java -cp cljs.jar:src clojure.main build.clj
  2.  
  3. Exception in thread "main" java.io.FileNotFoundException: src (Nie ma takiego pliku ani katalogu), compiling:(/home/kuba/projects/jcubic/src/hello_world/build.clj:3:1)
  4.  
  5. (require 'cljs.build.api)
  6.  
  7. (cljs.build.api/build "src" {:output-to "out/main.js"})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement