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)

Read A Bunch Of Json Files, Transform Them, And Save Them

I'm trying to achieve this with Gulp. Read every .json file in a given directory including sub… Read more Read A Bunch Of Json Files, Transform Them, And Save Them

How To Import Js Library From Node_modules

Can you please explain the ideology of using import/require libraries from node_modules folder. I j… Read more How To Import Js Library From Node_modules

How To Make A Refresh In Browser With Gulp

I have an app is in iis, it is an app made in angularjs and webapi C # 2.0, I would like to create … Read more How To Make A Refresh In Browser With Gulp

Jquery Library Not Working After Gulp Bundle

I am quite a newbie for gulp but i am trying to implement it in my this project. But looks like som… Read more Jquery Library Not Working After Gulp Bundle

Simple Es7 Decorator With Babel

I can not run this code: https://www.npmjs.com/package/core-decorators#readonly I use gulp and babe… Read more Simple Es7 Decorator With Babel

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

Using Variables In Gulp For The Destination File Name?

I am new to gulp and I am wondering if what I want to achieve is practical or possible. My projects… Read more Using Variables In Gulp For The Destination File Name?

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?

Rangeerror: Maximum Call Stack Size Exceeded Caused By Array.splice.apply?

I'm running a cheerio task and it throws an exception that prints this (Note that I added the l… Read more Rangeerror: Maximum Call Stack Size Exceeded Caused By Array.splice.apply?

How To Mark Gulp Task As Completed When More Than One Gulp Streams Are Being Executed?

I need my gulp tasks to be synchronous (process JS and CSS async, but only after those are complete… Read more How To Mark Gulp Task As Completed When More Than One Gulp Streams Are Being Executed?

How To Use The New Browserify Api?

I am currently working on a ReactJS project, so I decided to setup a workflow using Gulp to manage … Read more How To Use The New Browserify Api?

How To Add Specific Bower Components As Ie8 Conditional Block In Gulp

I have several bower components, of which I need some components like json3, respondjs, es5shim to … Read more How To Add Specific Bower Components As Ie8 Conditional Block In Gulp

How To Properly Require Modules From Mocha.opts File

I'm using the expect.js library with my mocha unit tests. Currently, I'm requiring the lib… Read more How To Properly Require Modules From Mocha.opts File

Gulp + Babelify + Browserify Issue

I'm trying to create a gulp task with browserify and babelify. Here is the task: var gulp = req… Read more Gulp + Babelify + Browserify Issue

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?

Using Gulp-babel And Getting "argument Name Clash In Strict Mode"

I'm trying to use gulp-babel so I can start writing some ES6 / ES2015 code inside of my ES5 app… Read more Using Gulp-babel And Getting "argument Name Clash In Strict Mode"

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

Require File With A Variable In React Js

I'm trying to require a file with a variable in the path. Something like const langCode = this.… Read more Require File With A Variable In React Js

Gulp Run Fails On Windows | Error Message : Microsoft Jscript Compilation Error, Invalid Character

I installed Node.js on my windows 7 local machine as this link says : install-node-js-npm-windows … Read more Gulp Run Fails On Windows | Error Message : Microsoft Jscript Compilation Error, Invalid Character