Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivermac/76a9aa750885edcba3157ef5c4c167af to your computer and use it in GitHub Desktop.
Save ivermac/76a9aa750885edcba3157ef5c4c167af to your computer and use it in GitHub Desktop.
Dont include non cljs folder in checkouts folder of a cljs project as a symlink

I included a non-Clojurescript directory in the checkout of a clojurescript project and started getting the following error:

Compiling ClojureScript...
WARNING: no :cljsbuild entry found in project definition.
--------------------------------------------------------------------------------
WARNING: your :cljsbuild configuration is in a deprecated format.  It has been
automatically converted it to the new format, which will be printed below.
It is recommended that you update your :cljsbuild configuration ASAP.
--------------------------------------------------------------------------------
:cljsbuild
{:builds []}
--------------------------------------------------------------------------------
See https://github.com/emezeske/lein-cljsbuild/blob/master/README.md
for details on the new format.
--------------------------------------------------------------------------------

I found my solution here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment