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

Using Gulp Without Global Gulp //edit: And Without Linking To The Bin Js File

I have a gulpfile.js that runs through perfectly when typing gulp into the commandline. All the gul… Read more Using Gulp Without Global Gulp //edit: And Without Linking To The Bin Js File

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

How To Order The Compiling Of Javascript Files In Gulp

Hi I'm trying to fix the order of the js files that get compiled in my Gulp task. The order I n… Read more How To Order The Compiling Of Javascript Files In Gulp

Gulp Task Failing When Run From Vs 2015 Task Runner Explorer, But Not From Command Prompt

I have some Gulp tasks to do the typical clean, build, release actions for a website. Nothing parti… Read more Gulp Task Failing When Run From Vs 2015 Task Runner Explorer, But Not From Command Prompt

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?

Gulp Browsersync And Http-proxy-middleware In Offline Mode

Does Browsersync with http-proxy-middleware work offline if I am proxying to a localhost server? I … Read more Gulp Browsersync And Http-proxy-middleware In Offline Mode

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?

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

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 Get Task Name Inside Task In Gulp

I'm using gulp-plumber + gulp-notify and want to put task name in gulp-notify as a title. follo… Read more How To Get Task Name Inside Task In Gulp

Angularjs - Cannot Create Property Method On String

I am sending a normal get request as follows which was working normally: service.show = function (s… Read more Angularjs - Cannot Create Property Method On String

Deleting Files In A Gulp Task

I have a gulp task in which I want to take some source files and copy them to build/premium and bui… Read more Deleting Files In A Gulp Task

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

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)

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?

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

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

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

Browsersync Gulp Doesn't Open In Chrome

I try to open my website on localhost using BrowserSync and Gulp in Chrome, but it doesn't work… Read more Browsersync Gulp Doesn't Open In Chrome

Gulp Task Failing When Run From VS 2015 Task Runner Explorer, But Not From Command Prompt

I have some Gulp tasks to do the typical clean, build, release actions for a website. Nothing parti… Read more Gulp Task Failing When Run From VS 2015 Task Runner Explorer, But Not From Command Prompt