October 16, 20205 yr Is there considered a standard for structuring a flat, static website directory structure these days? I mean in the past it was simple index.html /images /js /css but now with compiled files etc, would something like the following be acceptable? index.html /source /scss /js /images /images /js /css
October 16, 20205 yr You can structure it any way you want. If you only have one js and one css file (which is how it should be) I’d just put them in an assets folder.
Create an account or sign in to comment