Skip to content
This repository has been archived by the owner on Apr 25, 2018. It is now read-only.

Commit

Permalink
Minor build.sh changes
Browse files Browse the repository at this point in the history
Added deploy/ to .gitignore
  • Loading branch information
herkulano committed Sep 4, 2011
1 parent 55f4eff commit cae3e03
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.sass*
.DS_Store

deploy/
20 changes: 10 additions & 10 deletions build.jsb3
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
{
"name": "App",
"target": "app/codebits-app.js",
"debug": true,
"debug": false,
"files": [
{"path":"resources/strings/*"},
{"path":"app/app.js"},
{"path":"app/routes.js"},
{"path":"app/proxys/*"},
{"path":"app/controllers/*"},
{"path":"app/models/*"},
{"path":"app/views/*"}
{"path":"resources/strings/*"},
{"path":"app/app.js"},
{"path":"app/routes.js"},
{"path":"app/proxys/*"},
{"path":"app/controllers/*"},
{"path":"app/models/*"},
{"path":"app/views/*"}
]
}
],
"resources": [
{"src": "resources/css/"},
{"src": "resources/imgs/"},
{"src": "resources/imgs/"},
{"src": "lib/"},
{"src": "index.html"},
{"src": "cache.manifest"}
{"src": "cache.manifest"}
]
}
Empty file modified build.sh
100644 → 100755
Empty file.

0 comments on commit cae3e03

Please sign in to comment.