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?