Skip to content

Instantly share code, notes, and snippets.

@zeke
Forked from brianleroux/harp-mod-request.md
Created February 18, 2014 21:23
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 zeke/9080401 to your computer and use it in GitHub Desktop.
Save zeke/9080401 to your computer and use it in GitHub Desktop.
|- node_modules/
|- src/
|   |
|   |- index.js/ <----------- uses browserify so anything in node_modules is game for require()
|   |  |- index.js
|   |  '- foo.coffee
|   |
|   |- index.css/ <---------- uses topcoatify so anything in node_modules is game. how import/etc works needs consideration
|   |  |- index.css
|   |  '- bar.styl
|   |
|   |- index.md
|   '- _layout.ejs
|
|- www/ <--------------------- everything in here is generated from above
|  |- index.js
|  |- index.html
|  '- index.css
|
|- package.json
'- readme.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment