We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fb4a9 commit 37edee3Copy full SHA for 37edee3
coder-base/apps/eyeball/app.js
@@ -1,4 +1,5 @@
1
exports.settings={};
2
+
3
//These are dynamically updated by the runtime
4
//settings.appname - the app id (folder) where your app is installed
5
//settings.viewpath - prefix to where your view html files are located
@@ -17,6 +18,7 @@ exports.post_routes = [
17
18
19
20
exports.index_handler = function( req, res ) {
21
22
var tmplvars = {};
23
tmplvars['static_url'] = exports.settings.staticurl;
24
tmplvars['app_name'] = exports.settings.appname;
coder-base/apps/eyeball/meta.json
@@ -1,6 +1,6 @@
{
"created": "2013-03-15",
- "modified": "2013-07-08",
+ "modified": "2013-10-05",
"color": "#f39c12",
"author": "Justin Windle",
6
"name": "Eyeball",
testCommit.txt
0 commit comments