I am about to set up a new site on a fresh install and I would like to have some input on how/where I should be creating my directories such as my js, images, css folders?
I have my templates created and they are in system/expressionengine/templates/default_site.
Is it within this directory that I should be creating the above mentioned folders?
On the same note, will {site_url} now be the equivalent of this directory?
(i.e. “{site_url}js” is the same as “system/expressionengine/templates/default_site/js”)