mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:19:00 +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: {
|
options: {
|
||||||
shorthandCompacting: false,
|
shorthandCompacting: false,
|
||||||
sourceMap: true,
|
sourceMap: true,
|
||||||
relativeTo: "pixelegg\/css\/"
|
rebase: true
|
||||||
},
|
},
|
||||||
pixelegg: {
|
pixelegg: {
|
||||||
files: {
|
files: {
|
||||||
|
Loading…
Reference in New Issue
Block a user