Home › Forums › Other › Web Folder Structure › Re: Web Folder Structure
August 3, 2011 at 6:09 am
#84384
Member
My basic structure is something like:
css/style.css
/* Assuming I have lots of images */
img/header/
img/sidebar/
img/footer/
js/mylibs/
js/plugins.js
js/scripts.js
index.php
I like and use HTML5 Boilerplate so I just basically keep that structure.