Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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`

Minify Es2017 With Gulp

Hey guys I'm currently using uglify-gulp with babel to minify my js. And it works great with es… Read more Minify Es2017 With Gulp

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

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

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-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

Jhipster - 404 Error On App.js When Running In Prod Profile

I have a problem running my jhipster application in prod. After the deployment of prod war file the… Read more Jhipster - 404 Error On App.js When Running In Prod Profile

Any Equivalent Gulp Plugin For Doing "grunt Bower"?

With grunt, I could use command grunt bower (provided by grunt-bower-requirejs) to auto-generate Re… Read more Any Equivalent Gulp Plugin For Doing "grunt Bower"?

Gulp-browserify Error During Compilation Of Jade In Html

Sorry for possible mistakes in the writing - use the Google translator. I use the gulp-browserify … Read more Gulp-browserify Error During Compilation Of Jade In Html

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?

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

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

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 Less Not Handling Includes Properly, Included Variables Not Defined

I am using less and Grunt, and am moving to gulp. My less works. When I run: lessc public/less/mya… Read more Gulp Less Not Handling Includes Properly, Included Variables Not Defined

Visual Studio Task Runner Error With Es6

I am running Visual Studio 2017 and use the Task Runner to run tasks in my gulpfile. I recently upd… Read more Visual Studio Task Runner Error With Es6

Gulp Tasks From Within Other Gulp Tasks?

I have a Gulp build task that is made up of other build tasks similar to this: gulp.task('build… Read more Gulp Tasks From Within Other Gulp Tasks?

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?

Angular Testing With Karma: "module Is Not Defined"

I know this question has been asked many times, and I know that in most cases people are missing th… Read more Angular Testing With Karma: "module Is Not Defined"

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-imagemin - How To Disregard Directory Structures?

I'm using gulp-imagemin in it's basic form gulp.task('image', function() { retur… Read more Gulp-imagemin - How To Disregard Directory Structures?