Open anandthakker opened 8 years ago
Update - added tests/
@danielfdsilva have any thoughts here? Working in IFPRI-egypt now and I'm finding it a bit cumbersome to have such a deeply nested directory structure. I'd be up for simplifying this if at all possible.
@dereklieu I agree that our directory structure is a bit deep but it was to keep things organized. If we feel like it's too complicated nothing against revisiting.
On my side I've a couple of notes:
src
matches the build
. Makes it easy to know where the files end up and how to construct urls. Otherwise you'd have to interpret the build file to know where the files are compiled to.index.html
are not exactly assets, they should be elsewhere.@ricardomestre probably has some input as well.
I might suffer from mad OCD, but I agree with @danielfdsilva here. I find way more pleasant and easy to browse and manage a project when the source folder structure kind of matches the build. In that sense, I would actually rename app
to source
.
I think the directory structure here is deeper/more complicated than necessary. Here's what I'd propose: