-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I think the directory structure here is deeper/more complicated than necessary. Here's what I'd propose:
. (project root)
|-- LICENSE
|-- README
|-- gulpfile.js
|-- package.json
`-- scripts/ (javascript sources -- compiled into build/bundle.js)
| `-- lib/
| `-- components/
| etc.
`-- styles/ (scss sources -- compiled into build/main.css)
`-- assets/ (any static assets -- copied directly into build/)
| |-- index.html
| |-- humans.txt
| |-- robots.txt
| `-- graphics/
| `-- data/
`-- tests/
drewbo
Metadata
Metadata
Assignees
Labels
No labels