This file contains 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
/** | |
* Extracts all url definitions (e. g. urls to background images) in CSS. | |
* | |
* This snippet could be usefull within a build process where css files are | |
* distributed in different folder during development and should be merged together. | |
* Existing url definitions could be invalid in some cases. | |
*/ | |
// example css content, could be read from a file | |
$cssFileContent = <<<CSS |
This file contains 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
# symfony2/app/config/parameters.ini | |
locale="undefined" | |
fallback_locale="en" |