geut / postcss-copy

An async postcss plugin to copy all assets referenced in CSS files to a custom destination folder and updating the URLs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why ignore files throw an Error ?

ccbikai opened this issue · comments

Why ignore files throw an Error ?

We use it to catch the error in a higher level of the promise execution and run a simple decl.warn. L183

Is not working for you? We made some tests to check this feature.

It is working for me.

When I use it to webpack, too many warning.

image

Now, I see it warn by postcss-loader

Maybe we can define a quiet option for the warnings but i think this kind of things can be defined in the webpack configuration.

@TrySound how are you? what do you think about this?

I remove the warnings for ignore files. I don't remember why i did it in first place.

may be a new question

image

mmm i know what is happening, tomorrow i will fix it, really sorry for the mistake.

Thanks

@tinchoz49 I'm great! And sorry, don't have a time for open source now.

@TrySound don't worry ;)

@ccbikai please, try the new version.

everything works well

@ccbikai great! thanks for report the issue