Skip to content
Snippets Groups Projects
dev.cljs.edn 313 B
Newer Older
Bruno Burke's avatar
Bruno Burke committed
^{:watch-dirs ["src/cljs" "src/devcards"]
  :css-dirs ["resources/public/css"]
  :ring-server-options {:port 3014}
  :target-dir "resources"
  :extra-main-files {:devcards {:main bulma-ui.cards.core-card}}
  :open-url "http://[[server-hostname]]:[[server-port]]/index.html"}
{:main bulma-ui.core
 :devcards true}