Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
todomvc
Commits
3b825f57
Commit
3b825f57
authored
Jul 19, 2012
by
Sindre Sorhus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ember app: Use handlebars in assets folder
parent
e1754051
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1553 deletions
+3
-1553
architecture-examples/emberjs/index.html
architecture-examples/emberjs/index.html
+3
-3
architecture-examples/emberjs/js/libs/handlebars-1.0.0.beta.6.js
...cture-examples/emberjs/js/libs/handlebars-1.0.0.beta.6.js
+0
-1550
No files found.
architecture-examples/emberjs/index.html
View file @
3b825f57
...
...
@@ -15,7 +15,7 @@
<footer
id=
"info"
>
<p>
Double-click to edit a todo
</p>
<p>
Created by
Created by
<a
href=
"http://github.com/tomdale"
>
Tom Dale
</a>
,
<a
href=
"http://github.com/addyosmani"
>
Addy Osmani
</a>
</p>
...
...
@@ -63,7 +63,7 @@
<!-- /* Handlebars templates end */ -->
<script
src=
"../../assets/base.js"
></script>
<script
src=
"../../assets/jquery.min.js"
></script>
<script
src=
"
js/libs/handlebars-1.0.0.beta.6
.js"
></script>
<script
src=
"
../../assets/handlebars.min
.js"
></script>
<script
src=
"js/libs/ember-latest.js"
></script>
<script
src=
"js/app.js"
></script>
<script
src=
"js/router.js"
></script>
...
...
@@ -73,7 +73,7 @@
<script
src=
"js/controllers/todos.js"
></script>
<script
src=
"js/views/application.js"
></script>
<script
src=
"js/views/todos.js"
></script>
<script
type=
"text/javascript"
>
<script>
Todos
.
initialize
();
</script>
</body>
...
...
architecture-examples/emberjs/js/libs/handlebars-1.0.0.beta.6.js
deleted
100644 → 0
View file @
e1754051
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment