From 6e734474506ccce56ec8168a80d936156754b642 Mon Sep 17 00:00:00 2001 From: Thanasis Polychronakis Date: Sun, 27 Oct 2013 16:58:05 +0200 Subject: [PATCH] update web components for mantri 0.2.0 --- index.html | 2 +- mantriConf.json | 9 ++++----- package.json | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index fcb16fa..47189db 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,6 @@

Part of TodoMVC

- + diff --git a/mantriConf.json b/mantriConf.json index 104a9f5..b7341e2 100644 --- a/mantriConf.json +++ b/mantriConf.json @@ -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" } } diff --git a/package.json b/package.json index bdc5855..c0af608 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "test": "grunt test" }, "dependencies": { - "mantri": "~0.2.0-rc2" + "mantri": "~0.2.0-rc3" }, "devDependencies": { "grunt-open": "~0.2.2",