scniro/gulp-clean-css

Multi-file merge bug

doocal opened this issue · 1 comments

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

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