minifier icon indicating copy to clipboard operation
minifier copied to clipboard

ignore files

Open karneaud opened this issue 9 years ago • 5 comments

can you ignore files?

karneaud avatar May 31 '16 13:05 karneaud

No. What would be the point? All files going over the wire should be minified.

fizker avatar May 31 '16 13:05 fizker

some file within a dependency package are sometimes not used which is usually less than the majority. Rather than list out each file you want to use we can "glob" match files and exclude those we do not want....

shame though

karneaud avatar May 31 '16 13:05 karneaud

How about filtering the list before passing it in? Then we would have one less filter-implementation to struggle with

fizker avatar May 31 '16 13:05 fizker

using the CLI?

karneaud avatar May 31 '16 13:05 karneaud

Sure. I don't know how you use it now, but xargs can probably help you pass in a list as individually files. Or you could enumerate the list in bash or another script-language.

fizker avatar May 31 '16 14:05 fizker