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,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">

View file

@ -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)]