Skip to content

Instantly share code, notes, and snippets.

@dalmaer
Created January 17, 2012 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalmaer/1625566 to your computer and use it in GitHub Desktop.
Save dalmaer/1625566 to your computer and use it in GitHub Desktop.
"base": {
"scripts": [
{"src": "js/lib/zepto.js", "global": true},
{"src": "js/lib/underscore.js", "global": true},
{"src": "js/lib/backbone.js", "global": true},
{"src": "js/lib/handlebars.js", "global": true},
{"src": "js/lib/thorax.js", "global": true},
{"src": "js/lib/script.js", "global": true},
{"src": "js/lib/lumbar-loader.js", "platform": "web"},
{"src": "js/lib/lumbar-loader-standard.js", "platform": "web"},
{"src": "js/lib/lumbar-loader-backbone.js", "platform": "web"},
"js/init.js",
{"src": "js/bridge.js", "platforms": ["iphone", "ipad", "android"]},
{"src": "js/bridge-android.js", "platform": "android"},
{"src": "js/bridge-ios.js", "platforms": ["ipad","iphone"]},
{"module-map": true}
],
"styles": [
"styles/base.styl",
{"src": "styles/iphone.styl", "platform": "iphone"},
{"src": "styles/android.styl", "platform": "android"},
{"src": "styles/ipad.styl", "platform": "ipad"},
{"src": "styles/web.styl", "platform": "web"}
],
"static": [
{"src": "static/#{platform}/index.html", "dest": "index.html"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment