-
In the initial implementation of the new plugin page, I didn't include the gulpplugin blocklist.
Should we bring it back?
-
надо добавить в http://gulpjs.com/plugins/
-
Could `leading` option default to true?
There is a common case -- IIFE which need special treatment:
``` js
(function () {
...
}());
```
If we just remove the trailing semicolon, concat of multiple…
-
On a Mac with Sonoma, openJDK, and Maven installed, with a fresh copy of the camel-website source, running `mvn clean package` fails.
The first problem is a simple version incompatibility (which pr…
-
Please :)
-
I thought about this but didn't implement it. This would make them more usable.
-
Currently, it will list locally cached modules. It will be great if it can also start to list remote modules on [go.dev](//go.dev) while listing the local ones.
We can also provide a separate comma…
-
Something about the gulp process breaks the osx package. Attempts to run Encryptic.app crash with an error report and give a error including:
"dyld: Library not loaded: @rpath/Electron Framework.f…
-
We haven't written an advanced section as part of our documentation updates.
Some of the topics we want to cover are:
- [ ] Incremental builds
- [ ] Writing gulpfiles using another language
- [x…
-
# gulp4
**原文地址:[http://www.ociweb.com/resources/publications/sett/gulp-4/](http://www.ociweb.com/resources/publications/sett/gulp-4/)**
## 介绍
gulp是一个基于JavaScript的构建工具,它主要用于web部署任务的自动化执行。gulp可以自动化完成你…