We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
For some time we started to use iconizr(grunt-iconizr) to create sprices of svg and a sprite fallback of pngs(thanks btw).
The problem is that now we have 182 svgs and all of them are launching independent process to convert them to png. This created a fooding of process.
Can this be done with a parallel limit approach? I'm thinking of NUMBER_OF_CPUS * 2.
The text was updated successfully, but these errors were encountered:
Hi @rleite,
the issue has been addressed here.
Cheers, Joschi
Sorry, something went wrong.
No branches or pull requests
Hi!
For some time we started to use iconizr(grunt-iconizr) to create sprices of svg and a sprite fallback of pngs(thanks btw).
The problem is that now we have 182 svgs and all of them are launching independent process to convert them to png. This created a fooding of process.
Can this be done with a parallel limit approach? I'm thinking of NUMBER_OF_CPUS * 2.
The text was updated successfully, but these errors were encountered: