Guest User

Untitled

a guest
Oct 11th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. ── Procfile
  2. ├── README.md
  3. ├── lib
  4. ├── project.clj
  5. ├── resources
  6. │   └── public
  7. │   ├── fonts
  8. │   │   ├── GoudyStM-Italic-webfont.eot
  9. │   │   ├── GoudyStM-Italic-webfont.svg
  10. │   │   ├── GoudyStM-Italic-webfont.ttf
  11. │   │   ├── GoudyStM-Italic-webfont.woff
  12. │   │   ├── GoudyStM-webfont.eot
  13. │   │   ├── GoudyStM-webfont.svg
  14. │   │   ├── GoudyStM-webfont.ttf
  15. │   │   ├── GoudyStM-webfont.woff
  16. │   │   ├── League_Gothic-webfont.eot
  17. │   │   ├── League_Gothic-webfont.svg
  18. │   │   ├── League_Gothic-webfont.ttf
  19. │   │   ├── League_Gothic-webfont.woff
  20. │   │   ├── fonts.css
  21. │   │   └── fonts.styl
  22. │   ├── js
  23. │   └── normalize.css
  24. ├── src-clj
  25. │   └── sherbondy
  26. │   ├── core.clj
  27. │   ├── css.clj
  28. │   ├── server.clj
  29. │   └── views.clj
  30. ├── src-cljs
  31. │   └── sherbondy
  32. │   └── hello.cljs
  33. ├── target
  34. │   ├── classes
  35. │   └── stale
  36. │   └── dependencies
  37. └── test
  38. └── sherbondy
  39. └── core_test.clj
Add Comment
Please, Sign In to add comment