matthiasmullie / minify

CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
https://matthiasmullie.github.io/minify/
MIT License
1.96k stars 310 forks source link

Issue with the import combination #416

Open sandra2n opened 8 months ago

sandra2n commented 8 months ago

Hello,

We are currently using the 1.3.71 version. Is there a way to disable the import combination (or make it optional)? It causes some issue in our case. We have one css file that is imported in more than one other files. So if we need to do a quick modification on the minified version of the website, we have to go on all of those files where the content of the imported one as been copied or minified the website once more after we changed the imported file. We rather keep the import line, instead of having a copy of the imported file content.

Thank you