Skip to content

Commit

Permalink
ignore import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandresalome committed Oct 1, 2013
1 parent 1dbb219 commit 53da237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assetic/Filter/AssetDirectoryFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function filterDump(AssetInterface $asset)
return;
}

$content = $this->filterReferences($asset->getContent(), function ($matches) use ($asset, $directory) {
$content = $this->filterUrls($asset->getContent(), function ($matches) use ($asset, $directory) {
$url = $matches['url'];

if (false !== strpos($url, '://') || 0 === strpos($url, 'data:')) {
Expand Down

0 comments on commit 53da237

Please sign in to comment.