Skip to content

Commit

Permalink
//small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vAugagneur committed Oct 4, 2011
1 parent 0b78e57 commit 2a237d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule "([^/]*)\.js$" retro-compat.js.php?file=$1.js [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule "([^/]*)\.css$" ../css/retro-compat.css.php?file=$1.css [QSA,L]
</IfModule>

Expand Down

0 comments on commit 2a237d5

Please sign in to comment.