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:
GET <http://localhost:3449/css/cljs_react_reload_style.css>
GET <http://localhost:3449/js/compiled/cljs_react_reload_devcards.js> 404 (Not Found)
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.Hmm. that is confusing. Where is the script tag for
cljs_react_reload_devcards.js
coming from?