-
Whenever I use tasks as so I get the error `No gulpfile found` with gulp-nodemon when the server activates live reload. Looks like nodemon is looking for my gulpfile in the wrong place perhaps? I have…
-
I'm having an issue where my tasks are running as desired and BrowserSync seems to be working but the actual browser isn't reloading. I'm getting the right messages in my Terminal to suggest everythin…
-
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.isProductio…
-
Is there any way to add gulp-confirm compatibility?
https://www.npmjs.com/package/gulp-confirm
It's like prompt in command line for gulp tasks. Running such tasks (with results in terminal or new tab…
-
Think we just need to setup gulp watch properly - research!
-
When using gulp-param installed as a devDependency only the ouput is always undefined.
For example.
```
npm install gulp gulp-param --save-dev
```
There is no global installation of gulp or gul…
-
Hallo,
I have this simplified folder structure:
.\gulpfile.js
.\ProjectA\gulpfile.js
.\ProjectB\gulpfile.js
gulp-hub is in the parent:
```javascript
var hub = new HubRegistry(['./ProjectA/gul…
-
TODO:
- [x] Figure out how to use multiple SSH keys
- [x] Add first commit
- [x] Add readme file
- [x] Add initial project structure
---
- [x] Set up grunt/gulp
- [x] Add initial tasks for grunt/gulp…
-
https://github.com/lfender6445/gulp-release-tasks/blob/master/tasks/release.js#L36
This means all tags made with this module will be prefixed with a 'v' as per https://github.com/ikari-pl/gulp-tag-ve…
-
**What actually happened?**
```
>gulp default -- --version
[10:20:19] Using gulpfile [...]\gulpfile.js
[10:20:19] Task never defined: --version
[10:20:19] To list available tasks, try running: gu…