There was an error fetching the commit references. Please try again later.
Fix CSS problems in asset pipeline (#957)
- Add a path converter to make any css files minified by the asset pipeline use correct paths for any relative url(…) directives.
Showing
- module/VuFindTheme/src/VuFindTheme/Minify/CSS.php 54 additions, 0 deletionsmodule/VuFindTheme/src/VuFindTheme/Minify/CSS.php
- module/VuFindTheme/src/VuFindTheme/Minify/PathConverter.php 56 additions, 0 deletionsmodule/VuFindTheme/src/VuFindTheme/Minify/PathConverter.php
- module/VuFindTheme/src/VuFindTheme/View/Helper/ConcatTrait.php 1 addition, 1 deletion...e/VuFindTheme/src/VuFindTheme/View/Helper/ConcatTrait.php
- module/VuFindTheme/src/VuFindTheme/View/Helper/HeadLink.php 1 addition, 1 deletionmodule/VuFindTheme/src/VuFindTheme/View/Helper/HeadLink.php
Please register or sign in to comment