RSS Feed for This PostCurrent Article

Streaming Build System–gulp

Gulp does nothing but provide some streams and a basic task system.

With gulp,

  • With Gulp your build file is code, not config
  • You use standard libraries to do things
  • Plugins are simple and do one thing – most are a ~20 line function
  • Tasks are executed with maximum concurrency
  • I/O works the way you pictur


Trackback URL


Sorry, comments for this entry are closed at this time.