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

Gulp: Different Pipe Collections Within Same Task (coffeescript And Javascript)

What I've been attempting to do is create one scripts task that takes all .coffee and .js files… Read more Gulp: Different Pipe Collections Within Same Task (coffeescript And Javascript)

Integrating Javascripts Unit Tests Code Coverage In Msbuild

I am using Jasmine and Karma for writing unit tests and code coverage. I have created the tasks usi… Read more Integrating Javascripts Unit Tests Code Coverage In Msbuild

How To Cover React Jsx Files In Istanbul?

I'm trying to integrate my existing test processes to now include React, but am struggling on t… Read more How To Cover React Jsx Files In Istanbul?

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?

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?

Failed To List Gulp Tasks In Webstorm 2016.1

I am using Gulp 3.9.1, node 5.7.1, npm 3.10.3, and WebStorm 2016.1. When I try to setup gulp for m… Read more Failed To List Gulp Tasks In Webstorm 2016.1

Gulp Load Plugins Error Dep Is Not Defiend

I try to use gulp-load-plugins but I got error . for example I try the following var istanbul = req… Read more Gulp Load Plugins Error Dep Is Not Defiend

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