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

Visual Studio Task Runner Error With Es6

I am running Visual Studio 2017 and use the Task Runner to run tasks in my gulpfile. I recently upd… Read more Visual Studio Task Runner Error With Es6

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

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?

Gulp: Call An Async Function Which Provides Its Own Callback From Within A Transform Function

I want to create a function for use in a pipe() call in Gulp that'll enable conversion of xlsx … Read more Gulp: Call An Async Function Which Provides Its Own Callback From Within A Transform Function

Browserify Uglify Via Node Script Or Command Line?

It seems in many places the professionals are building their projects using a node.js script that i… Read more Browserify Uglify Via Node Script Or Command Line?

How Can I Extract Filename From Gulp-contains Callback?

I am using gulp-contains to check for specific string and if that string is found I want to throw a… Read more How Can I Extract Filename From Gulp-contains Callback?

Can't Get Gulp-rev-replace Working With Gulp-useref

Continuing my previous question - but this time is the next step: getting file revisions to work. I… Read more Can't Get Gulp-rev-replace Working With Gulp-useref

Gulp Watch Doesn't Watch

Following is my gulpfile.js. There are a couple of more tasks in it and all are working fine - but … Read more Gulp Watch Doesn't Watch