devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
Tom H. 2015-09-17T11:21:54.000079Z

Hey folks, I'm having some trouble setting up devcards in my existing codebase When I open http://localhost:3449/devcards.html I get this in the console:

Tom H. 2015-09-17T11:22:14.000080Z

GET <http://localhost:3449/css/cljs_react_reload_style.css> 
GET <http://localhost:3449/js/compiled/cljs_react_reload_devcards.js> 404 (Not Found)

Tom H. 2015-09-17T11:24:10.000082Z

My devcards.html file looks like this:

&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head&gt;
    &lt;meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"&gt;
    &lt;meta charset="UTF-8"&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;script src="js/compiled/ta_devcards.js" type="text/javascript"&gt;&lt;/script&gt;
  &lt;/body&gt;
&lt;/html&gt;
So I'm a little confused.

ericstewart 2015-09-17T13:04:18.000083Z

Hmm. that is confusing. Where is the script tag for

cljs_react_reload_devcards.js
coming from?