Skip to content

Commit

Permalink
update web components for mantri 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thanpolas committed Oct 27, 2013
1 parent d36e1c0 commit 6e73447
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
</p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script data-require="Todos.app" data-config="./mantriConf" data-deps="./deps" src="js/lib/mantri/mantri.web.js"></script>
<script data-require="Todos.app" data-config="./mantriConf" data-deps="./deps" src="js/vendor/mantri/dist/mantri.web.js"></script>
</body>
</html>
9 changes: 4 additions & 5 deletions mantriConf.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"baseUrl": "./js/",
"libs": {
"jsRoot": "./js/",
"vendorLibs": {
"jquery": "../assets/jquery.min",
"handlebars": "../assets/handlebars.min",
"ember": "lib/ember-latest.min",
"ember": "vendor/ember-latest.min",
"jasmine": "../assets/jasmine/jasmine",
"jasmine_html": "../assets/jasmine/jasmine-html",
"hbsCompiled": "app/templates/hbsCompiled"
},

"build": {
"input": "js/app.js"

"src": "js/app.js"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "grunt test"
},
"dependencies": {
"mantri": "~0.2.0-rc2"
"mantri": "~0.2.0-rc3"
},
"devDependencies": {
"grunt-open": "~0.2.2",
Expand Down

0 comments on commit 6e73447

Please sign in to comment.