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

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 Run A Gulp Task Written In Es6 Using Node?

I'm using ES6 on Node through Babel. I can run ES6 scripts using a run-babel script. So, this w… Read more Can I Run A Gulp Task Written In Es6 Using Node?

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

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?

Gulp Browsersync Showing "reloading Browsers" In Terminal, But Not Reloading The Actual Browser.

I'm having an issue where my tasks are running as desired and BrowserSync seems to be working, … Read more Gulp Browsersync Showing "reloading Browsers" In Terminal, But Not Reloading The Actual Browser.

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