Created
April 27, 2012 23:46
-
-
Save ozten/2514340 to your computer and use it in GitHub Desktop.
Our blueprint for source code layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docs | |
DEV_NOTES.md | |
TESTING.md | |
OPS_NOTES.md | |
locale (via SVN) | |
node_modules (not under git versioning) | |
server | |
bin | |
app | |
config | |
local.json-dist | |
local.json (not under git) | |
other-random-config | |
lib | |
api1.js | |
api2 | |
api2_foo.js | |
api2_bar.js | |
scripts | |
extract-l10n | |
compress | |
var (not under git versioning) | |
views | |
routes | |
scripts | |
static | |
css | |
main.less | |
feature1.less | |
i | |
js | |
lib | |
backbone.js | |
jquery.js | |
socket_io.js | |
shared (JS code loaded from node and also servered via HTTP) | |
validation.js | |
main.js | |
feature1.js | |
feature2 | |
baz.js | |
buzz.js | |
models | |
routes | |
views | |
.awsbox | |
.gitignore | |
package.json | |
README.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment