-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
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
评论:使用 gulp 压缩图片 #13
Comments
gulp-imagemin的地址错了啊,是这个https://github.com/sindresorhus/gulp-imagemin |
@zhengdai |
http://segmentfault.com/q/1010000003881805 碰到如该题主同样的问题,不知道什么原因 |
请问“压缩图片的 gulp-imagemin ”和“css雪碧sprite的 css-sprite ”能否结合使用呢?是先压缩图片任何做雪碧图,还是先做雪碧图再压缩呢? |
|
我还遇到另外一个问题:
问题应该是gifsicle版本太老的问题,我单独安装了一下gifsicle就OK了。 |
有无解决方案? |
@yyidota 你引gulp了么? |
@wy-ang 引用了,上面只是配置的其中一段,我重装了很多次imagemin 和 pngquant插件,依然报上面的错误。
|
@yyidota 你先这样试下
|
@wy-ang 依旧报
|
@yyidota 试下这个 这个要是还报错的话 重装gulp吧。
|
@yyidota 刚才百度了下 据说是windows下npm执行名不同 可能和gulp没关。我猜和你系统有关 |
@wy-ang 我也开始觉得是系统问题 这个地址404 |
@yyidota 刷新issues这个页面再点一次 |
@wy-ang 如果是npm的问题,其他的任务却可以执行,应该不是npm问题,就执行压缩图片任务时报错,不知道是不是版本的问题。 |
@wy-ang 已修复 先把插件升级到最新版,执行任务不再报错,但没有压缩图片。又卸载重装就ok了。 |
使用了imagemin-pngquant,为什么压缩比例还是只有1%-6%,没有tinypng压缩60%-80%好呢! import gulp from 'gulp'; const $ = gulpLoadPlugins(); gulp.task('imagemin:watch', () => { |
请在此处留下你对 使用 gulp 压缩图片 的评论
The text was updated successfully, but these errors were encountered: