T
T
Think With Your Head2015-07-15 02:58:12
css
Think With Your Head, 2015-07-15 02:58:12

Why does layout go wrong when using gulp-minify-css in ie9?

In other browsers it's fine.
If you do not use this plugin, but simply compress css by removing spaces and line breaks, then it is also normal, only the compression is not as cool as that of gulp-minify-css
UPD: I ran the
source and the minified version with one beautifier - in the source for 1000 lines more! How so? ie8 in plugin support enabled

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nonlux, 2015-07-15
@Vyad

gulp-minify-css uses clean-css
clean-css has ie7 support modes, ie8 try enabling them.
Perhaps this is a bug, look in issue clean-css or parse the compressed file and see what was removed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question