-
Running Windows... (why am I doing this to myself?) on file change event.
```
[20:55:25] Starting 'processhtml'...
[20:55:25] Finished 'processhtml' after 36 ms
[20:55:25] Starting 'minifyhtml'...
[2…
-
Use separate modules. Concatenate and minify them all and push the single script file into the DOM (using something like Grunt/Gulp).
-
@mikeatkins Seems like npm scripts are simpler for doing simple tasks like linting.
What's the advantage of using gulp here?
ohall updated
7 years ago
-
This package uses `ternary-stream`, which uses `merge-stream`, which isn't supported in gulp 5: https://github.com/gulpjs/gulp/issues/2802
I worked around the issue by switching to a different gulp…
-
[](https://issuehunt.io/r/sindresorhus/gulp-filter/issues/84)
I need to copy some files then delete a sub-section of those files. Unfortunately when I use gulp-filter I'm not getting the desired …
-
Hey, do you plan to update this lib removing the gulp-util dependency?
https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
-
Будет ли обнова оптимизированная под gulp-sass@5.0.0?
При компиляции появляется много ошибок
-
Please add gulp-sourcemap generator.
kshyh updated
6 years ago
-
and compare with Grunt
And checkout live reload stuff (refer to [this](http://markgoodyear.com/2014/01/getting-started-with-gulp/))
### Goal
- lint
- concat
- minify
- run test (jasmine or qunit)
-