Heisenbergjs / heisenberg

A project base for building modern JavaScript applications
http://heisenbergjs.github.com/heisenberg/
156 stars 12 forks source link

Directory structure #16

Closed tgvashworth closed 11 years ago

tgvashworth commented 11 years ago

I guess this is just a discussion or suggestion rather than a real issue: my directory structure of choice looks slightly different and I think is perhaps more suited to client-side JS apps. But I'd love your thoughts.

I tend to go with something like this:

/
  index.html
  assets/
    css/
    img/
  app/
    main.js
    modules/
      ...
  lib/
    requirejs/
    ...
jackfranklin commented 11 years ago

I also don't like the current structure too much, I'd happily go with something like above. What does everyone think @OliverJAsh @benhowdle89 ?

jcsrb commented 11 years ago

:+1: this structure is clearer it shows that JavaScript is the main focus with the other files in assets/ also leaving space for a dist folder for those who compile

OliverJAsh commented 11 years ago

I just realised, we should probably rename build to dist

On 20 Jan 2013, at 15:52, Jakob Cosoroabă notifications@github.com wrote:

this structure is clearer it shows that JavaScript is the main focus with the other files in assets/ also leaving space for a dist folder for those who compile

— Reply to this email directly or view it on GitHub.

benhowdle89 commented 11 years ago

All good ideas. Definitely change dir structure.

jackfranklin commented 11 years ago

DONE :100: