Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged gulp

0 votes
737 views
1 answer
    Here is my package.json file { "name": "pet-shop-frontend", "version": "1.0.0", "description": "Webucator Final ... 65865395/i-would-like-my-gulpfile-js-to-minify-my-css-and-images...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
723 views
1 answer
    I would like to remove all files from a directory (dirA) that exist in a different directory (dirB). (我想从另一个目录(dirB)中存在的 ... this? (我怎样才能做到这一点?) ask by user849202 translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
741 views
1 answer
    I would like to remove all files from a directory (dirA) that exist in a different directory (dirB). (我想从另一个目录(dirB)中存在的 ... this? (我怎样才能做到这一点?) ask by user849202 translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
740 views
1 answer
    使用gulp的watch功能时,一般情况下正常。 但是偶尔文件改变了,watch任务也不会执行。此时不会报错,只是不再运行。 需要重新执行watch或者点一下cmd窗口,才会再次跑起来。 请问这种情况怎么解决?是否监听文件数过多?...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
632 views
1 answer
    我用gulp命令复制test文件下的img 到指定目录,会将包含test名的文件都复制过去,而不是只复制这一个test文件夹到指定目录。 如果用如下gulp方式去匹配 则会将test内子文件img单独提取出来,会与test文件夹平级。 所以用什么匹配方式能将test文件单独复制到指定目录,并且子文件夹img还存在在test目录下...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
715 views
1 answer
    有以下bower来的文件,如下 经过gulp合并压缩后 如果不压缩正确运行。有没有朋友们使用上述依赖压缩后发生同样问题的?这种问题要怎么排查?...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
691 views
1 answer
    有以下bower来的文件,如下 经过gulp合并压缩后 如果不压缩正确运行。有没有朋友们使用上述依赖压缩后发生同样问题的?这种问题要怎么排查?...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
784 views
1 answer
    gulpfile配置文件如下: gulp.task('browserify-index', function () { return browserify({entries: 'src/client/js/main.js', ... er; // Unhandled 'error' event ^ SyntaxError: Unexpected token...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
870 views
1 answer
    我弄的每次修改 js 或 html 文件,浏览器都会刷新页面 而不会重新加载 这一点都不像网上说的 以下是我的代码: browserSync = require('browser-sync'). ... .watch(jsonSrc, ['compressJSON']); }); gulp.task('default', ['browserSync']);...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
867 views
1 answer
    gulp前端项目时出现一个这个样的错误,求指教 events.js:141 throw er; // Unhandled 'error' event ^ TypeError: ... end/node_modules/vinyl-fs/node_modules/readable-stream/lib/_stream_readable.js:187:9)...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
662 views
1 answer
    先上一组图: 看,构建(运行gulp命令)时,报错了 提示:Cannot find module 'engine.io',然后就把该模块安装了下 再构建,又报错,提示找不到某模块,然后就把该模块安装了下 再构建,又报错,提示找不到某模块,然后 ... ... 天呐,根本停不下来,不断的找不到模块,不停的安装 那么问题来了,怎么会这样,有什么解决方案?...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
795 views
1 answer
    已经给testAutoFx 任务添加gulp-minify-css依赖,执行顺序也对,可以正常添加后缀,但是无法压缩css 添加后缀任务 gulp.task('testAutoFx', function() { gulp. ... gulp.dest(dist_css)); }); 执行 gulp.task('rel', ['compress-css'])...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
608 views
1 answer
    i'm trying to update a projecjt with gulp 3 to gulp 4 (node 12) i've got this error ... file .. srcvalidation.cc) C:PROGETTIAcmeGitFrontend_Angular ode_modulesutf-8-validate ode_mo...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...