rename css file
This commit is contained in:
parent
52a51bdf03
commit
6890820fb8
|
@ -1,10 +1,10 @@
|
|||
{{=<% %>=}}
|
||||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title><%name%></title>
|
||||
<link rel="stylesheet" href="css/todos.css">
|
||||
<link rel="stylesheet" href="css/app.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
data
|
||||
"app/js"
|
||||
"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/package.json" (render "app/package.json" data)]
|
||||
["env/dev/src/{{root-ns-path}}/config.cljs" (render "env/dev/src/root_ns/config.cljs" data)]
|
||||
|
|
Reference in a new issue