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

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

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?

Can I Run A Gulp Task Written In Es6 Using Node?

I'm using ES6 on Node through Babel. I can run ES6 scripts using a run-babel script. So, this w… Read more Can I Run A Gulp Task Written In Es6 Using Node?

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 Concat And Require Path

I have a problem with gulp-concat. I'm trying to concate all my js files in a single file, let&… Read more Gulp Concat And Require Path

Gulp Watch Not Watching File Changes

My gulp-watch task has been started normally, and the gulp command didn't exit too, every seems… Read more Gulp Watch Not Watching File Changes

Gulp Run Fails On Windows | Error Message : Microsoft Jscript Compilation Error, Invalid Character

I installed Node.js on my windows 7 local machine as this link says : install-node-js-npm-windows … Read more Gulp Run Fails On Windows | Error Message : Microsoft Jscript Compilation Error, Invalid Character

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 Mark Gulp Task As Completed When More Than One Gulp Streams Are Being Executed?

I need my gulp tasks to be synchronous (process JS and CSS async, but only after those are complete… Read more How To Mark Gulp Task As Completed When More Than One Gulp Streams Are Being Executed?

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

Node.js - Auto Refresh In Dev

I am trying to improve the DEV experience in my Node. To do that, I want to: a) restart my server … Read more Node.js - Auto Refresh In Dev

Copying Files With Gulp

I have an app. My app source code is structured like this: ./ gulpfile.js src img bg.… Read more Copying Files With Gulp

How Do I Ignore A File Using Gulp?

I have the following folder and file structure: Vendor bootstrap css -bootstrap.css … Read more How Do I Ignore A File Using 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

Node.js Event-stream: Where To Setmaxlisteners?

I have searched and searched for this, to no avail. I've combed the web (including Stackoverflo… Read more Node.js Event-stream: Where To Setmaxlisteners?

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

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

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

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