Skip to content

Instantly share code, notes, and snippets.

@jdkealy
Created March 8, 2017 20:36
Show Gist options
  • Save jdkealy/a8be3bbf074339cc03c93a7b1df0f837 to your computer and use it in GitHub Desktop.
Save jdkealy/a8be3bbf074339cc03c93a7b1df0f837 to your computer and use it in GitHub Desktop.
:figwheel {:http-server-root "public"
:compile {:recompile-dependents false}
:server-port 3449
:hawk-options {:watcher :polling}
:nrepl-port 7002
:css-dirs ["resources/public/css"]
:nrepl-middleware ["cemerick.piggieback/wrap-cljs-repl"]
:ring-handler im.handler/app}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment