Created
August 26, 2010 20:13
-
-
Save inxilpro/552156 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteCond %{DOCUMENT_ROOT}/css/main.min.css -f | |
RewriteRule ^css/main\.css$ css/main.min.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might want to change the rewrite rule in your post to the above. That way it'll only server main.min.css if it exists (and will fallback to main.css if it doesn't).