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
like node-sass can set sass-binary-site to download bin library.
function getBinaryUrl() { var site = getArgument('--sass-binary-site') || process.env.SASS_BINARY_SITE || process.env.npm_config_sass_binary_site || (pkg.nodeSassConfig && pkg.nodeSassConfig.binarySite) || 'https://github.com/sass/node-sass/releases/download'; return [site, 'v' + pkg.version, getBinaryName()].join('/'); }
For some reason in china download from github is very slow.
We usually install package from https://npm.taobao.org/mirrors
pngquant-bin: https://npm.taobao.org/mirrors/pngquant-bin/ mozjpeg-bin: https://npm.taobao.org/mirrors/mozjpeg-bin/ cwebp-bin: https://npm.taobao.org/mirrors/cwebp-bin/
The text was updated successfully, but these errors were encountered:
jsdelivr works fine in China, so I forked this package, see https://github.com/imagemin-bin-jsdelivr/mozjpeg-bin And, use mozjpeg-jsdelivr package name instead.
mozjpeg-jsdelivr
for temporary use only.
Sorry, something went wrong.
No branches or pull requests
like node-sass can set sass-binary-site to download bin library.
For some reason in china download from github is very slow.
We usually install package from https://npm.taobao.org/mirrors
pngquant-bin: https://npm.taobao.org/mirrors/pngquant-bin/
mozjpeg-bin: https://npm.taobao.org/mirrors/mozjpeg-bin/
cwebp-bin: https://npm.taobao.org/mirrors/cwebp-bin/
The text was updated successfully, but these errors were encountered: