Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gulp

How To Get A Gulp Stream From A Vinyl Object?

How can I create a stream using a vinyl object so I can use gulp.js plugins on it? Example with a v… Read more How To Get A Gulp Stream From A Vinyl Object?

Gulp Task Failing When Run From Vs 2015 Task Runner Explorer, But Not From Command Prompt

I have some Gulp tasks to do the typical clean, build, release actions for a website. Nothing parti… Read more Gulp Task Failing When Run From Vs 2015 Task Runner Explorer, But Not From Command Prompt

Gulp And Bower - Creating Proper Files Structure

I'm adding Bower to project which is using Gulp already. My folder structure is like: |- bower… Read more Gulp And Bower - Creating Proper Files Structure

Gulp Filter With Sourcemaps

I had a similar question here that has merged into a bit more research on my part and a new way thi… Read more Gulp Filter With Sourcemaps

Gulp Throwing "is Read-only While Parsing File" Error While Running Gulp Task

I'm trying to create ES6 module in JavaScript and I get error like: Line 20: 'NotFound'… Read more Gulp Throwing "is Read-only While Parsing File" Error While Running Gulp Task

Node.js - Auto Refresh In Dev

I am trying to improve the DEV experience in my Node. To do that, I want to: a) restart my server … Read more Node.js - Auto Refresh In Dev

Node.js / Gulp - Looping Through Gulp Tasks

I'd like to loop through an object and pass an array of file paths to gulp.src on each iteratio… Read more Node.js / Gulp - Looping Through Gulp Tasks

Gulp + Browserify Task Not Working (no Output)

I have the following task on my gulpfile.js gulp.task('default', ['browserify']) gu… Read more Gulp + Browserify Task Not Working (no Output)