You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gulpfile.js里这么写的:
gulp.task('imageisux', function() {
return gulp.src(['images/*'])
.pipe(imageisux('',false));
});
执行之后终端这么提示的:
Using gulpfile ~/repository/Circle/gulpfile.js
Starting 'imageisux'...
Finished 'imageisux' after 18 ms
[error] circle2015.jpg cannot post to the server.
正常生成了dest目录,dest目录下也正常生成了图片,就是打不开
另外问一下怎么才能让生成的图片产生在本目录下,覆盖掉原来的图片?
The text was updated successfully, but these errors were encountered:
gulpfile.js里这么写的:
gulp.task('imageisux', function() {
return gulp.src(['images/*'])
.pipe(imageisux('',false));
});
执行之后终端这么提示的:
Using gulpfile ~/repository/Circle/gulpfile.js
Starting 'imageisux'...
Finished 'imageisux' after 18 ms
[error] circle2015.jpg cannot post to the server.
正常生成了dest目录,dest目录下也正常生成了图片,就是打不开
另外问一下怎么才能让生成的图片产生在本目录下,覆盖掉原来的图片?
The text was updated successfully, but these errors were encountered: