-
Use a "styles" or "stylesheets" folder, run less on `src/styles/*.less`, sass on ...*.scss, minify less/scss/css together.
Preserving cascade order is a potential problem, but for now safe to assume …
olets updated
6 years ago
-
See gulpjs/gulp#832, but the short story is: all of my files appear to be processed, but they are not all written out by `gulp.dest` at the end of my pipeline.
Here is my Gulp task, so you can proper…
-
currently deps can only be installed with `yarn`
can haz npm support
-
ADD :
* gulpfile.js
```
marshallHome/
- assets/
- js/
- dist/
- src/
- index.html
- gulpfile.js
- package.json
- package.lock
```
-
This problem has also been reported as gulpjs/gulp#1116 but I suspect it's not directly Gulp-related.
I'm watching for file change events (via Gulp.watch) on Windows, with the files located on a moun…
-
请问你的环境是MacOS吗?
我试了64位的centos和ubuntu,gulp dev 和gulp deploy都报错:
Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (57)
For more information on whic…
-
On deleting any file or folder in the watched set, usually the bundle.watch crashes with the following error message:
```
events.js:72
throw er; // Unhandled 'error' event
^
Err…
-
I've just spent the last hour tinkering with Dalek. It looks awesome! I wanted to drop a note to say that you might find this library I wrote useful for handling some of the CLI drudgery (finding a …
-
```sh
mkdir a
touch a/test
node -p 'require("fast-glob").sync("?/test")'
# prints []
node -p 'require("fast-glob").sync("{?,?}/test")'
# prints [ 'a/test' ]
```
This seems to be caused by a …
-
The readme suggests the spawned process is returned.
It doesn't look like it is, though https://github.com/gimm/gulp-express/blob/9a3c842b55246fe039c85b56b4a8e5401ce779bf/index.js#L70-L111