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

Gulp Doesn't Create Folder?

When I minified my css, I was left with an incorrect path to the fonts from various libraries. So, … Read more Gulp Doesn't Create Folder?

Minify (not Transpile) Es2015 Code With Gulp

How to minify ES2015 code without transpiling it to ES5? The popular gulp-minify and gulp-uglify mo… Read more Minify (not Transpile) Es2015 Code With Gulp

Extracting Typescript Exports To Json File Using Gulp

I have several typescript files, some of them export a certain var - named APIS - which is an array… Read more Extracting Typescript Exports To Json File Using Gulp

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

One Promise For Multiple Promises - Concurrency Issue

In the method 'myMethod' of my 'gulpfile.js' I want to create multiple Promises. Th… Read more One Promise For Multiple Promises - Concurrency Issue

Browserify Uglify Via Node Script Or Command Line?

It seems in many places the professionals are building their projects using a node.js script that i… Read more Browserify Uglify Via Node Script Or Command Line?

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

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?

What's The Most Efficient Way To Read, Rebuild, And Replace A Block Of Content In A File Using Gulp?

I'm creating a system that can read through any file (php, jsp, html, etc), locate block tags, … Read more What's The Most Efficient Way To Read, Rebuild, And Replace A Block Of Content In A File Using Gulp?

Gulp - Compiling Vue Component Without `require`

I'm trying to understand how to build a component with Gulp. At this time, I have a Vue compone… Read more Gulp - Compiling Vue Component Without `require`

How To Compose Sequence Of Pipes For Gulp?

I have a common pattern in my gulpfile.js: var rev = require('gulp-rev'); var buffe… Read more How To Compose Sequence Of Pipes For Gulp?

Sourcemap Generated From Gulp, Not Working As Expected

So my app is running off a concatenated admin.bundle.js file. I'm using webpack to manage the m… Read more Sourcemap Generated From Gulp, Not Working As Expected

Concatenate Javascript In Anonymous Function With Gulp

I use gulp to concat my scripts into one file. Before concatenation I've split up my .js files … Read more Concatenate Javascript In Anonymous Function With Gulp

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

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

Gulp-filter Filters Out All Files

I'm working on moving my workflow over to Gulp, and I'm loving it so far; however, I seem t… Read more Gulp-filter Filters Out All Files

Gulp.src() Not Reading Required JSON File's Array Values

I'm trying to get gulp.src() to stream files from an array, so I can use gulp-inject to write t… Read more Gulp.src() Not Reading Required JSON File's Array Values

Concatenate Javascript In Anonymous Function With Gulp

I use gulp to concat my scripts into one file. Before concatenation I've split up my .js files … Read more Concatenate Javascript In Anonymous Function With Gulp