clojurescript-site icon indicating copy to clipboard operation
clojurescript-site copied to clipboard

Missing deps.edn in code splitting guide

Open leefurong opened this issue 3 years ago • 0 comments
trafficstars

Following this guide, I can't make the guide project run via this command:

clj -M -m cljs.main -v -co build.edn -c -s

Here is the error message:

xecution error (FileNotFoundException) at clojure.main/main (main.java:40). Could not locate cljs/main__init.class, cljs/main.clj or cljs/main.cljc on classpath.

Full report at: /var/folders/j_/d8tchqnj7l56qy1m4vcxr1m80000gn/T/clojure-2869212977930894811.edn

After reading the quick start guide, I added deps.edn into the sample project, and the command worked.

So I suggest add deps.edn into the code-splitting-guide

leefurong avatar Mar 03 '22 05:03 leefurong