I\'m splitting up one of my larger apps and introducing a \'cdn\' url to house common objects like CSS, javascript, and images to avoid duplication. What I need to do, though, i
Depending on your server configuration, you can also append the .php-extension to your filenames and have them treated as PHP scripts too:
I.E.: style.css.php would contain: .cool-button { background-image url(); }
This also works for JavaScript-files.