-
Just as it says, if I use the example given, it creates the rev, writes the manifest, but does not change the html file until i run the tasks again. I tried to add a wait task in there with no luck. I…
-
Config.json item "compileStyles" enhancement.
Currently, this item lists an array of gulp tasks to execute:
``` json
"compileStyles": {
"scss": ["json-scss-stylesheet", "icons-web"],
"sass":[…
-
Gulp is introduced in episode 19. However, gulp recently went from version 3 to 4 and with that, a new notation is used.
function arguments are now supposed to be used with `gulp.task( 'default', gul…
-
Hello!
I'm getting another EPIPE error with both `gulp-image-resize` and `gulp-gm`. Console output is a little different from https://github.com/scalableminds/gulp-gm/issues/8, so I'm opening a new …
-
@madskristensen
**Steps to Reproduce**
1. File --> New --> Project --> ASP.NET Core Web Application (.NET Core)
2. Rename _gulpfile.js_ in Solution Explorer to _gulpfile.babel.js_
3. Click the **Refr…
-
Hi! These are my Gulp 4 tasks:
`
gulp.task ('css', function() {
return gulp
// Find all .scss files from the paths.css.sources
.src(config.paths.css.sources)
.pipe(config.isProduction …
-
Hello,
I'm interested in using the standalone panini in my project. However, I'm struggling to get it to work and recognize my partials. I've set up my Panini gulp task as so:
```
// fix for autopr…
-
## Introduction
Grunt is dated. It attempts to bring the Makefile concept of moving files from `source` to `target` with a single transformation to an environment where multiple transformations are t…
-
When I fire off tasks like this
``` coffee-script
gulp.run 'coffee', 'stylus', 'jade', 'html', 'images', 'vendor-css', 'vendor-js', 'vendor-fonts', 'server'
```
My task durations come back like this…
-
Hello,
Is this a parsing error ?
This:
```
/**
* Compile JavaScript source code documentation
*
* The docs will be available at:
*
* - `/docs/js` folder
*
* @see gulp/tasks/documentation.js
*/
gul…