Changing default file locations

I was wondering how you change where rails looks for files. i.e. how
would I have it get stylesheets from a folder named “css”?

I know I could use a standard , but that’s not as cool as using the rails tag.

Similarly I’d like to know how to do this for JavaScript as well.

Thanks.