Created
March 8, 2017 20:36
-
-
Save jdkealy/a8be3bbf074339cc03c93a7b1df0f837 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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