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