2 Repos
Streaming transformations applied to assets during the build process.
Distinct from File Streaming: Distinct from file streaming for web serving; focuses on transforming content for production assets
Explore 2 awesome GitHub repositories matching web development · Asset Stream Transformations. Refine with filters or upvote what's useful.
Gulp is a JavaScript build automation tool and Node.js task runner designed to coordinate the execution of development tasks. It operates as a streaming build system that transforms source files into production assets through a series of programmable pipelines. The system functions as a file watcher and task orchestrator, monitoring directories for modifications to automatically trigger specific build tasks. It organizes these units of work into sequential or parallel execution paths to streamline development workflows. The toolkit manages asset pipelines by reading files via pattern matchin
Transforms files through a streaming system to automate asset processing and compilation.
This is a Yeoman web application generator that creates a standardized project structure and build pipeline for modern front-end web applications. It functions as a scaffolding tool to generate folder structures and configuration files to jumpstart development. The project provides a pre-configured Gulp.js build pipeline for compiling assets, linting code, and optimizing files for production. It includes a local development server with live-reloading capabilities that automatically refreshes the browser as source files are edited. The toolset covers browser compatibility through JavaScript t
Processes web assets through a stream-based pipeline to transform code and styles before writing to disk.