1 repository
Systems for tracking file-level dependencies to trigger automatic rebuilds of assets.
Distinct from Dependency Tracking: Distinct from generic dependency tracking by focusing on file system changes for build triggers rather than runtime data reactivity.
Explore 1 awesome GitHub repository matching web development · Build. Refine with filters or upvote what's useful.
PostCSS is a CSS post-processor and abstract syntax tree transformation tool that parses stylesheets into a structured tree for programmatic analysis and modification. It functions as a plugin-driven pipeline where JavaScript plugins can modify, insert, or delete nodes to transform styles. The project provides a framework for building a custom plugin ecosystem to extend the CSS language with non-standard features such as loops, conditionals, and shorthand properties. It supports multi-syntax parsing through pluggable parsers and stringifiers, allowing it to process various style formats and c
Records processed files and directories to trigger automatic stylesheet rebuilds when source dependencies change.