-
It might be pointless, but it would be good if there won't be an error if there are no dependencies in the bower.json.
Here is an example from my gulpfile.
```/**
*
* Task: Scripts
*
* -…
-
- [x] I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
| Item | Version |
| --- | --- |
| generator-angular-f…
-
When I add this plugin I get this error
```
➜ posthtml gulp posthtml
[14:42:45] Using gulpfile ~/my-projects/posthtml/gulpfile.js
[14:42:45] Starting 'posthtml'...
[14:42:45] 'posthtml' errored afte…
-
gulp less --luma - ok
gulp exec --isb - ok
but gulp less --isb failed
```
[19:48:18] Using gulpfile /var/www/domains/isb.wsl/gulpfile.js
[19:48:18] Starting 'less'...
Running gulp task LESS…
-
Hi there,
I have an interesting use case for this plugin. I would like to be able to process a single stream which may contain multiple files, and based on their extension rename the files to include…
-
Hi,
I'm having issues where the `gulp-data` plugin is not giving me compilation errors.
Please see my compile-jade task below.
```
'use strict';
var path = require('path');
module.exports = funct…
-
I tried using bower-away on my project (https://github.com/WikiEducationFoundation/WikiEduDashboard) but I ran into trouble with dependencies on bower.json. One of the gulp tasks for the build looks l…
-
### Issue details
Gulp-pug changes `*.pug` file => update `index.html` with new content ==> Chrome reload with old content
In this case BrowserSync not load new content from A
### Steps to re…
-
While making documentation for my gulpfile.js, the following code...
```
gulp.task('scripts', function() {
gulp.src(root.src+dir.scripts+'**/*.js')
.pipe(plugins.jslint({
unde…
-
When I pass on an invalid rollupjs format like `sadfsdfsdf` it does not complain. But should.
Here the gulp task I am using:
```js
gulp.task('browserify', ['clean:js'], function (cb) {
const…