You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like :output-dir must be a parent of :output-to
✗ lein package
Compiling ClojureScript...
Warning: protocol #'cognician.datomic-doc.datomic/DatabaseReference is overwriting function as-db
Compiling "resources/cognician/datomic-doc/js/main.min.js" from ["src"]...
Compiling "resources/cognician/datomic-doc/js/main.min.js" failed.
Exception in thread "main" java.lang.AssertionError: Assert failed: :output-dir "target/js/main/cognician/datomic-doc/main" must specify a directory in :output-to's parent "/home/len/Projects/datomic-doc/resources/cognician/datomic-doc/js" if optimization setting applied
The text was updated successfully, but these errors were encountered:
From project.clj
Looks like
:output-dir
must be a parent of:output-to
The text was updated successfully, but these errors were encountered: