Fork me on GitHub
#devcards
<
2015-09-17
>
Tom H.11:09:54

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.11:09:14

GET  
GET  404 (Not Found)

Tom H.11:09:10

My devcards.html file looks like this:

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

ericstewart13:09:18

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

cljs_react_reload_devcards.js
coming from?