forked from pedestal/app-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Ryan Neufeld edited this page Jul 9, 2013
·
2 revisions
In most cases, when something goes wrong, the cause is that you have
stale output in out/public. To remove this directory you can run
(clean-cljs)from the development application REPL. If this does not work then stop the server and remove the out directory.
rm -rf outIt is always safe to remove the out directory, everything that lives in that directory is either copied or compiled from some other location.
If these files are changed then the development server must be restarted or the namespaces must be reloaded.