Skip to content

Commit

Permalink
Only rewrite URIs on stylesheets. Closes #162.
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lewis <[email protected]>
  • Loading branch information
jasonlewis committed Jun 11, 2013
1 parent 68a7cef commit c9913c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@

'UriRewriteFilter' => array('UriRewriteFilter', function($filter)
{
$filter->setArguments(public_path());
$filter->setArguments(public_path())->whenAssetIsStylesheet();
})

)
Expand Down

0 comments on commit c9913c2

Please sign in to comment.