mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 23:58:54 +01:00
need to specify rebase:true to cssmin, otherwise relative urls to images are not rewritten in minify
This commit is contained in:
parent
a0e3340d1c
commit
1a3692c42c
@ -266,7 +266,7 @@ module.exports = function (grunt) {
|
||||
options: {
|
||||
shorthandCompacting: false,
|
||||
sourceMap: true,
|
||||
relativeTo: "pixelegg\/css\/"
|
||||
rebase: true
|
||||
},
|
||||
pixelegg: {
|
||||
files: {
|
||||
|
Loading…
Reference in New Issue
Block a user