chestnut

dpsutton 2019-02-13T15:22:54.003100Z

i'm helping someone out in #cider with this template. created by lein new chestnut pandapp +re-frame +edge. As i understand it, should be able to get a cljs environment up and running by running (do (go) (cljs-repl)). Compiled js assets go in dev-target/public/js/compiled and there's middleware to expose this. however, this middleware doesn't seem to be working:

~/projects/clojure/pandapp   master ● 
 ↵ 2  curl <http://localhost:3449/js/compiled/pandapp.js>
&lt;div&gt;&lt;h1&gt;Figwheel Server: Resource not found&lt;/h1&gt;&lt;h3&gt;&lt;em&gt;Keep on figwheelin'&lt;/em&gt;&lt;/h3&gt;&lt;/div&gt;%
and a similar 404 from the browser console when viewing localhost:3449. Am I doing this wrong? jvm11, CIDER 0.21.0, nrepl/nrepl 0.6.0 if any of things could be culprits

JaimeV 2019-02-13T16:45:31.003500Z

See https://github.com/plexus/chestnut/issues/244