rename css file

This commit is contained in:
Gered 2016-12-03 16:53:00 -05:00
parent 52a51bdf03
commit 6890820fb8
3 changed files with 9 additions and 9 deletions

View file

@ -1,15 +1,15 @@
{{=<% %>=}} {{=<% %>=}}
<!doctype html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title><%name%></title> <title><%name%></title>
<link rel="stylesheet" href="css/todos.css"> <link rel="stylesheet" href="css/app.css">
</head> </head>
<body> <body>
<div id="app"> <div id="app">
<h1>Reagent has not loaded yet.</h1> <h1>Reagent has not loaded yet.</h1>
</div> </div>
<script src="js/front.js"></script> <script src="js/front.js"></script>
</body> </body>
</html> </html>

View file

@ -19,7 +19,7 @@
data data
"app/js" "app/js"
"app/img" "app/img"
["app/css/todos.css" (render "app/css/todos.css")] ["app/css/app.css" (render "app/css/app.css")]
["app/index.html" (render "app/index.html" data)] ["app/index.html" (render "app/index.html" data)]
["app/package.json" (render "app/package.json" data)] ["app/package.json" (render "app/package.json" data)]
["env/dev/src/{{root-ns-path}}/config.cljs" (render "env/dev/src/root_ns/config.cljs" data)] ["env/dev/src/{{root-ns-path}}/config.cljs" (render "env/dev/src/root_ns/config.cljs" data)]