gulp.js

Software Screenshot:
gulp.js
Software Details:
Version: 3.9.0 updated
Upload Date: 20 Jul 15
Developer: Fractal
Distribution Type: Freeware
Downloads: 42

Rating: 4.5/5 (Total Votes: 2)

gulp.js uses special files known as gulpfiles that can be used to enqueue and automate a series of operations.

Executing a gulpfile will run all those operations in a quick succession, sparing the developer the time needed to run those tasks by hand, one by one.

gulp.js works from the Node.js' CLI and is one of the new generation build systems created specifically for the popular server-side JavaScript world.

The main difference between gulp.js and the other Node.js build systems, mainly Grunt is that gulp uses code in its gulpfiles while Grunt uses a config-like structure for its tasks.

This makes gulp.js more versatile, easier to read and allows developers to write less code.

On top of this, gulp.js is also a lot faster than any other build system since it uses Node.js streams when assembling projects or running operations, instead of writing data to temporary files.

What is new in this release:

  • Fixed bug in autocomplete where errors would come out.

What is new in version 3.8.11:

  • Fixed bug in autocomplete where errors would come out.

What is new in version 3.8.0:

  • gulp.src is now a writable passthrough, this means you can use it to add files to your pipeline at any point.
  • gulp.dest can now take a function to determine the folder.

What is new in version 3.7.0:

  • Updated vinyl-fs to remove BOM from UTF8 files
  • Added --tasks-simple flag for plaintext task listings
  • Updated autocomplete scripts to be simpler and use new --tasks-simple flag

What is new in version 3.5.5:

  • Uses chalk for colors in bin.
  • Updated gulp.env deprecation msg to be more helpful.

What is new in version 3.5.0:

  • Removed gulp.taskQueue
  • Deprecated gulp.run
  • Deprecated gulp.env
  • Added engineStrict to prevent people with node < 0.9 from installing
  • Added gulp.watch(globs, tasksArray) sugar

Requirements:

  • Node.js 0.9 or higher

Similar Software

Other Software of Developer Fractal

CaptchaGen
CaptchaGen

13 May 15

Fusker
Fusker

5 Jun 15

node-linq
node-linq

13 Apr 15

Comments to gulp.js

Comments not found
Add Comment
Turn on images!