Skip to content

Commit

Permalink
Remove emberjs-require example, redirect to README
Browse files Browse the repository at this point in the history
  • Loading branch information
passy committed May 5, 2013
1 parent 41ef0d4 commit e8cfeae
Show file tree
Hide file tree
Showing 26 changed files with 6 additions and 1,035 deletions.
131 changes: 0 additions & 131 deletions dependency-examples/emberjs_require/css/app.css

This file was deleted.

29 changes: 2 additions & 27 deletions dependency-examples/emberjs_require/index.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>ember.js + require.js • TodoMVC</title>
<link rel="stylesheet" href="../../assets/base.css">
<link rel="stylesheet" href="../../assets/jasmine/jasmine.css">
<link rel="stylesheet" href="css/app.css">
<!--[if IE]>
<script src="../../assets/ie.js"></script>
<![endif]-->
</head>
<body>
<section id="todoapp"></section>
<footer id="info">
<p>Double-click to edit a todo</p>
<p>
Created by
<a href="http://github.com/tomdale">Tom Dale</a>,
<a href="http://github.com/stas">Стас Сушков</a>
</p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="../../assets/base.js"></script>
<script data-main="js/app.js" src="js/lib/require/require.js"></script>
</body>
</html>
<title>ember.js + require.js • TodoMVC</title>
<meta http-equiv="refresh" content="0;URL=README.md">
43 changes: 0 additions & 43 deletions dependency-examples/emberjs_require/js/app.js

This file was deleted.

72 changes: 0 additions & 72 deletions dependency-examples/emberjs_require/js/app/controllers/entries.js

This file was deleted.

27 changes: 0 additions & 27 deletions dependency-examples/emberjs_require/js/app/controllers/todos.js

This file was deleted.

80 changes: 0 additions & 80 deletions dependency-examples/emberjs_require/js/app/models/store.js

This file was deleted.

Loading

0 comments on commit e8cfeae

Please sign in to comment.