Can I read Gulp Workflow for CSS Processing on EtoBox?
Gulp Workflow for CSS Processing by enavarrocu is a document available to read on EtoBox.
What is Gulp Workflow for CSS Processing about?
This document contains code snippets and explanations for using Gulp.js to process files and assets with streams. It shows examples of: 1) Using gulp.src to get files, piping them through plugins like Less, autoprefixer, and concatenating streams together. 2) Combining multiple source streams with merge-stream and processing CSS files in parallel. 3) Using streamqueue to serialize processing of streams and joining the output.
- Author
- enavarrocu
- Language
- EN