Skip to content

Commit

Permalink
FUCKING SEMICOLONS DAMNZ YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
thanpolas committed Oct 27, 2013
1 parent fc79f09 commit 6b8d30c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
2 changes: 1 addition & 1 deletion assets/handlebars.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<![endif]-->
</head>
<body>
<small><a href="/">Go to devel version"</a></small>
<small><a href="/">Go to devel version</a></small>
<section id="todoapp"></section>
<footer id="info">
<p>Double-click to edit a todo</p>
Expand All @@ -24,6 +24,6 @@
</p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="js/dist/build.js"></script>
<script src="/dist/build.js"></script>
</body>
</html>
19 changes: 9 additions & 10 deletions dist/build.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<![endif]-->
</head>
<body>
<small><a href="/build.html">Go to build (compiled) version"</a></small>
<small><a href="/build.html">Go to build (compiled) version</a></small>
<section id="todoapp"></section>
<footer id="info">
<p>Double-click to edit a todo</p>
Expand Down
6 changes: 2 additions & 4 deletions mantriConf.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
"vendorLibs": {
"jquery": "../assets/jquery.min",
"handlebars": "../assets/handlebars.min",
"ember": "vendor/ember-latest.min",
"jasmine": "../assets/jasmine/jasmine",
"jasmine_html": "../assets/jasmine/jasmine-html",
"hbsCompiled": "app/templates/hbsCompiled"
"hbsCompiled": "app/templates/hbsCompiled",
"ember": "vendor/ember-latest.min"
},

"build": {
Expand Down

0 comments on commit 6b8d30c

Please sign in to comment.