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)

How To Run Several Gulp Functions Sequentially?

To register a gulp task I use the following code: gulp.task('test-module', function() { … Read more How To Run Several Gulp Functions Sequentially?

Can I Call A Method From An External Js File In A Serviceworker?

Is it possible to call a function from a JavaScript file out of an ServiceWorker? Directory root … Read more Can I Call A Method From An External Js File In A Serviceworker?

Target Only The Contents Of A Folder In Gulp

I'm using Gulp to compile a project. I'm also using gulp-zip to zip a bunch of files. I wan… Read more Target Only The Contents Of A Folder In Gulp

Can Not Deploy Gulp Application On Heroku. Heroku Local Web Works Though

I am trying to push google web starter kit on Heroku. I perform following steps ➜ dist git:(deploy… Read more Can Not Deploy Gulp Application On Heroku. Heroku Local Web Works Though

Jhipster - 404 Error On App.js When Running In Prod Profile

I have a problem running my jhipster application in prod. After the deployment of prod war file the… Read more Jhipster - 404 Error On App.js When Running In Prod Profile

Everytime I Get An Assertion Error While Running Gulp In Command Line

I'm trying to run the command below but unfortunately I run into an error. C:\Users\usver\Deskt… Read more Everytime I Get An Assertion Error While Running Gulp In Command Line

Gulp Less Not Handling Includes Properly, Included Variables Not Defined

I am using less and Grunt, and am moving to gulp. My less works. When I run: lessc public/less/mya… Read more Gulp Less Not Handling Includes Properly, Included Variables Not Defined

Gulp - Compiling Vue Component Without `require`

I'm trying to understand how to build a component with Gulp. At this time, I have a Vue compone… Read more Gulp - Compiling Vue Component Without `require`

Using Gulp Without Global Gulp //edit: And Without Linking To The Bin Js File

I have a gulpfile.js that runs through perfectly when typing gulp into the commandline. All the gul… Read more Using Gulp Without Global Gulp //edit: And Without Linking To The Bin Js File

What's The Most Efficient Way To Read, Rebuild, And Replace A Block Of Content In A File Using Gulp?

I'm creating a system that can read through any file (php, jsp, html, etc), locate block tags, … Read more What's The Most Efficient Way To Read, Rebuild, And Replace A Block Of Content In A File Using Gulp?

Incremental Gulp Less Build

In my office we are using gulp to build our less files. I wanted to improve the build task as it to… Read more Incremental Gulp Less Build