Commit 103562f0 authored by Ryan Eastridge's avatar Ryan Eastridge

Fix lumbar install and configuration

parent cce14d4d
...@@ -11,33 +11,13 @@ ...@@ -11,33 +11,13 @@
"global": true "global": true
}, },
{ {
"src": "../../../assets/jquery.min.js", "src": "src/js/lib/thorax.js",
"global": true
},
{
"src": "../../../assets/lodash.min.js",
"global": true
},
{
"src": "../../../assets/handlebars.min.js",
"global": true
},
{
"src": "src/js/lib/backbone.js",
"global": true
},
{
"src": "src/js/lib/backbone.js",
"global": true "global": true
}, },
{ {
"src": "src/js/lib/backbone-localstorage.js", "src": "src/js/lib/backbone-localstorage.js",
"global": true "global": true
}, },
{
"src": "src/js/lib/thorax.js",
"global": true
},
{ {
"src": "src/js/lib/script.js", "src": "src/js/lib/script.js",
"global": true "global": true
...@@ -79,7 +59,8 @@ ...@@ -79,7 +59,8 @@
} }
}, },
"templates": { "templates": {
"template": "Thorax.templates['{{{without-extension name}}}'] = '{{{data}}}';", "root": "templates/",
"template": "Thorax.templates['{{{without-extension name}}}'] = {{handlebarsCall}}({{{data}}});",
"src/js/views/app.js": [ "src/js/views/app.js": [
"src/templates/app.handlebars" "src/templates/app.handlebars"
], ],
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "thorax-lumbar-todomvc", "name": "thorax-lumbar-todomvc",
"version": "0.0.1", "version": "0.0.1",
"devDependencies": { "devDependencies": {
"lumbar": "git://github.com/beastridge/lumbar.git" "lumbar": "~2.0.0"
}, },
"scripts": { "scripts": {
"start": "lumbar build lumbar.json public" "start": "lumbar build lumbar.json public"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment