-
I believe I saw something similar to this in the source repository for Bourbon, but with gulp-sass-^2.0.4 and node-neat-^1.7.2, any time I use a Bourbon mixin containing ampersands the script seems to…
-
I want to be able to do this:
``` js
gulp.task('svg', function() {
gulp.src('./svg/**/*.svg')
.pipe(svgmin())
.pipe(filesToJson('files.json', {
merge: true
}))
.pipe(gulp.dest…
-
# Giới thiệu về gulp
- Gulp là một bộ task runner giúp chúng ta tự động hoá một số thao tác thường gặp trong quá trình làm việc, ví dụ: refresh browser, compile và kiểm lỗi các file javascript, minify…
ozuit updated
5 years ago
-
HI,
I'm not sure if this is an issue or a PEBKAC but I can't get any configuration to resolve relative paths in my CSS.
For example, if I use a picture as a background-image, my original code will …
-
I followed the instructions for install gulp as developer and/or inside docker, but in both cases the installation failed for the same reason:
```
docker compose up -d
Emulate Docker CLI using po…
-
Hello @BreeeZe
How run onvif server in windows ?
-
Would be nice to remove gulp from our build tools altogether and just run everything through webpack. I think we're getting very close to being able to do that.
Webpack now builds & minifies all o…
-
I am trying to sort my files since I am getting an Angular error because of the sort of the files.
This is my Gulp file
``` javascript
var gulp = require('gulp');
var angularFilesort = requi…
m-ret updated
8 years ago
-
Thanks for the plugin! It works great, but I have a small question about a part of the API that doesn't seem to gel with how gulp wants you to do things.
Initially I tried the following:
``` javascr…
-
# gulp 压缩 js/css 文件
gulp 是基于 node.js 的前端构建工具。它能通过自动执行常见任务,比如编译预处理CSS,压缩和合并JavaScript,来改进网站开发的过程。本文将一步步教你如何使用 gulp 来压缩 js/css 文件。
## Node.js安装
安装使用 gulp 前,需要确保你的PC上已经安装 node.js !未安装的同学可以点击[下载安装](htt…