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?