You may want to cleanup the root of your website, but Umbraco assumes that CSS and JS are stored in the /css
and /scripts
folders respectively. Further more, you may want front end users to be able to access the files as if they were not stored somewhere else. Use this guide to find out how to move the CSS and JS into a /public
folder without breaking anything.
1 - Create a /public folder in the root of your website 2 - Move the /css and /scripts folder into the /public folder 3 - Add the following rewrite rule to the Web.config: