Multi-file merge bug
doocal opened this issue · 1 comments
doocal commented
gulp.src([
'./simple-line-icons.css',
'./font-awesome.css',
'./bootstrap.css'
]).pipe(minifyCss()))
source:
………………
url('fonts/fontawesome-webfont.woff2?v=4.4.0')
…………
compress:
………………
font-awesome --
url('../../fonts/fontawesome-webfont.woff2?v=4.4.0')
…………
The current file path is attached
scniro commented
This is quite a poorly detailed issue with lots of information missing and I am left to guess that you are expecting a different file path after processing. Look into clean-css rebaseTo