I modified a line of code that builds where how css file is called from @import to link (because it's a better and faster way to call css). Now is seems that CSS file locations are not correct. For example...
http://site.com/clientscript/vbullet...a39b-00001.css
is being rewritten to
http://site.com/es/clientscript/vbul...a39b-00001.css
which is resulting in a 404. How do I make it so this does not get 'translated'?