S
S
Sergey Dydaevskiy2018-02-28 20:46:27
css
Sergey Dydaevskiy, 2018-02-28 20:46:27

CSS - How to quickly merge all files connected via @import into one main style file?

In general, in the title and the whole essence of the issue. I've been "composing" styles for several days, which are divided into more than 30 files. Now, when optimizing speed, I need to quickly combine them. How to do?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xmoonlight, 2018-02-28
@xmoonlight

It is necessary once after loading the page to go through all the elements and save their styles into one resulting file.
upshots.org/javascript/jquery-copy-style-copycss
Or via the "Save Page WE" plugin for Chrome try to save the compiled style: plugin .

D
Dima Polos, 2018-02-28
@dimovich85

Can gulp-concat help? Concatenates all files into one: Option one , second option .
Video .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question