Advertisement
Guest User

Boot Dev Output

a guest
May 24th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.86 KB | None | 0 0
  1. twashing@precise32:~/Projects/boot-cljs-example$ BOOT_CLOJURE_VERSION=1.7.0-RC1 boot dev
  2. temp-dir! was deprecated, please use tmp-dir! instead
  3. << started reload server on ws://localhost:45883 >>
  4. Writing boot_reload.cljs...
  5. Connection is null
  6. Writing boot_cljs_repl.cljs...
  7. 2015-05-25 02:23:24.423:INFO:oejs.Server:jetty-7.6.13.v20130916
  8. 2015-05-25 02:23:24.523:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:3000
  9. << started Jetty on http://localhost:3000 >>
  10.  
  11. Starting file watcher (CTRL-C to quit)...
  12.  
  13. tmppath was deprecated, please use tmp-path instead
  14. tmpfile was deprecated, please use tmp-file instead
  15. Adding :require adzerk.boot-reload to main.cljs.edn...
  16. nREPL server started on port 44005 on host 127.0.0.1 - nrepl://127.0.0.1:44005
  17. Adding :require adzerk.boot-cljs-repl to main.cljs.edn...
  18. Compiling main.js...
  19. Elapsed time: 15.549 sec
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement