Fork me on GitHub
#leiningen
<
2017-06-10
>
sophiago23:06:58

I'm having continued trouble with cljsbuild so figured I'd bring it to this channel rather than spamming #clojurescript. I'm not sure what changed since the last time I used it, but the compiled js requires dependencies on goog and cljs_deps.js. The error I'm getting from Chrome dev-tools is: "ClojureScript could not load :main, did you forget to specify :asset-path?". I have indeed set an asset path and a main class. The only thing I notice different in my project.clj from the last time I used cljsbuild is that I'm now on Clojure 1.9.0-alpha instead of 1.8.0, but doubt that could be causing the problem. Has anyone else experienced this recently?