rename css file
This commit is contained in:
parent
52a51bdf03
commit
6890820fb8
|
@ -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>
|
|
@ -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)]
|
||||||
|
|
Reference in a new issue