Skip to content
Snippets Groups Projects
Commit 07368a4a authored by Filipe Boechat's avatar Filipe Boechat Committed by Fady Samir Sadek
Browse files

Migrate Cujo app to new UI (#1980)

refs #1110
parent 74912d67
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 3 deletions
node_modules/todomvc-app-css/*
!node_modules/todomvc-app-css/index.css
node_modules/todomvc-common/*
!node_modules/todomvc-common/base.css
!node_modules/todomvc-common/base.js
node_modules/curl/*
node_modules/curl/src/*
!node_modules/curl/curl.js
......@@ -3,11 +3,12 @@
<head>
<meta charset="utf-8">
<title>cujo • TodoMVC</title>
<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
<link rel="stylesheet" href="node_modules/todomvc-common/base.css">
<link rel="stylesheet" href="node_modules/todomvc-app-css/index.css">
</head>
<body>
<section id="todoapp"></section>
<script src="bower_components/todomvc-common/base.js"></script>
<script data-curl-run="app/run" src="bower_components/curl/src/curl.js"></script>
<script src="node_modules/todomvc-common/base.js"></script>
<script data-curl-run="app/run" src="node_modules/curl/src/curl.js"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment