csscomb / csscomb.js

CSS coding style formatter
http://csscomb.com/
MIT License
3.29k stars 457 forks source link

Exclude minified files by default #554

Closed Brixy closed 5 years ago

Brixy commented 6 years ago

Should all files with .min in file name be excluded from combing by default?

This is what the first lines of my .csscomb.json file looks like:

{
  "exclude": [
    "**/*.min*",
    …

Thank you!

jdalton commented 5 years ago

Hi @Brixy!

We'll leave this to the user since it's configurable and min* can match more than intended.