need to specify rebase:true to cssmin, otherwise relative urls to images are not rewritten in minify

This commit is contained in:
Ralf Becker 2016-05-02 08:29:07 +00:00
parent a0e3340d1c
commit 1a3692c42c

View File

@ -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: {