Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged Gulp
0
votes
755
views
1
answer
gulp - I would like my gulpfile.js to minify my CSS and Images
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)
gulp
0
votes
744
views
1
answer
gulp - Gulp任务-删除目录2中存在的目录1中的所有文件(Gulp Task - remove all files in directory 1 that exist in directory 2)
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)
gulp
0
votes
754
views
1
answer
gulp - Gulp任务-删除目录2中存在的目录1中的所有文件(Gulp Task - remove all files in directory 1 that exist in directory 2)
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)
gulp
0
votes
760
views
1
answer
gulp watch 偶尔会暂停
使用gulp的watch功能时,一般情况下正常。 但是偶尔文件改变了,watch任务也不会执行。此时不会报错,只是不再运行。 需要重新执行watch或者点一下cmd窗口,才会再次跑起来。 请问这种情况怎么解决?是否监听文件数过多?...
asked
Feb 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gulp
0
votes
646
views
1
answer
gulp *匹配的问题
我用gulp命令复制test文件下的img 到指定目录,会将包含test名的文件都复制过去,而不是只复制这一个test文件夹到指定目录。 如果用如下gulp方式去匹配 则会将test内子文件img单独提取出来,会与test文件夹平级。 所以用什么匹配方式能将test文件单独复制到指定目录,并且子文件夹img还存在在test目录下...
asked
Feb 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gulp
0
votes
729
views
1
answer
gulp 压缩后angular报错问题
有以下bower来的文件,如下 经过gulp合并压缩后 如果不压缩正确运行。有没有朋友们使用上述依赖压缩后发生同样问题的?这种问题要怎么排查?...
asked
Feb 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gulp
0
votes
710
views
1
answer
gulp 压缩后angular报错问题
有以下bower来的文件,如下 经过gulp合并压缩后 如果不压缩正确运行。有没有朋友们使用上述依赖压缩后发生同样问题的?这种问题要怎么排查?...
asked
Feb 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gulp
0
votes
817
views
1
answer
gulp browserify 打包reactjs 报错一直报错
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)
gulp
0
votes
890
views
1
answer
gulp 的 browser-sync 一直无法动态加载老是刷新页面,求解决。
我弄的每次修改 js 或 html 文件,浏览器都会刷新页面 而不会重新加载 这一点都不像网上说的 以下是我的代码: browserSync = require('browser-sync'). ... .watch(jsonSrc, ['compressJSON']); }); gulp.task('default', ['browserSync']);...
asked
Feb 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gulp
0
votes
883
views
1
answer
gulp TypeError: must start with number, buffer, array or string
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)
gulp
0
votes
670
views
1
answer
gulp 构建项目遇到 Cannot find module '*' 的问题
先上一组图: 看,构建(运行gulp命令)时,报错了 提示:Cannot find module 'engine.io',然后就把该模块安装了下 再构建,又报错,提示找不到某模块,然后就把该模块安装了下 再构建,又报错,提示找不到某模块,然后 ... ... 天呐,根本停不下来,不断的找不到模块,不停的安装 那么问题来了,怎么会这样,有什么解决方案?...
asked
Feb 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gulp
0
votes
806
views
1
answer
gulp 使用 testAutoFx 添加前缀后,再使用gulp-minify-css压缩文件,无法正常压缩
已经给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)
gulp
0
votes
622
views
1
answer
gulp - update to glup 4 with node 12
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)
gulp
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
Just Browsing Browsing
[1] Flutter Column CrossAxisAlignment.center not centering
[2] How to use HIGH_COMPRESSION in Lucene.Net 4.8
[3] Use php to find specific values in results of mysql query
[4] pyinstaller - if UAC Admin doesn't have sufficient permissions, then who does?
[5] async和promise 执行问题
[6] Moving a slider with Selenium/Python
[7] sqlite - SQLite3 upsert always fails when called from python
[8] automated tests - How to configure protractor so that it launches a 'regular' web browser?
[9] 想开发一个在线查询书法字体书法家作品跟书法字帖电子书的app
[10] 为何网页上显示的dom元素,放入闭包的数组中后,就会从页面上消失?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...