S
S
Svyatoslav Khusamov2015-10-26 17:36:43
Node.js
Svyatoslav Khusamov, 2015-10-26 17:36:43

Which Gulp plugin collects CSS with url() included files?

I have a lot of inclusions in CSS files, such as
background:url('../images/loading.gif')
the concat-css plugin connects files, but ignores inclusions.
What plugin for Gulp allows you to pick up all these files and rewrite the paths?
I need the plugin to include all these files in the build and correctly rewrite the paths to them.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex, 2015-10-26
@khusamov

Try postcss with postcss-url .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question