Slide 36
Slide 36 text
A Peek Inside lumbar.json
4
{ "application": {...}, "platforms": [ ... ], "packages": { ... },
"modules": {
"base": {
"scripts": [
{"src": "js/lib/zepto.js", "global": true},
{"src": "js/lib/underscore.js", "global": true},
...
],
"styles": [
"styles/base.styl",
{"src": "styles/iphone.styl", "platform": "iphone"},
...
],
"static": [
{"src": "static/#{platform}/index.html", "dest": "index.html"}
]
}, "hello_world" : { ... }
},
"templates": { ... }, "styles": { ... } }
29