Skip to content

Instantly share code, notes, and snippets.

@ozten
Created April 27, 2012 23:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozten/2514340 to your computer and use it in GitHub Desktop.
Save ozten/2514340 to your computer and use it in GitHub Desktop.
Our blueprint for source code layout
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