| Crates.io | grimoire_css_watcher |
| lib.rs | grimoire_css_watcher |
| version | 0.1.0 |
| created_at | 2025-07-18 18:35:26.484125+00 |
| updated_at | 2025-07-18 18:35:26.484125+00 |
| description | A file watcher for Grimoire CSS |
| homepage | https://github.com/persevie/grimoire_css_watcher |
| repository | https://github.com/persevie/grimoire_css_watcher |
| max_upload_size | |
| id | 1759517 |
| size | 36,804 |
A high-performance file watcher for Grimoire CSS projects. It monitors your Grimoire CSS configuration and automatically rebuilds your CSS whenever changes are detected.
grimoire.config.json.cargo install grimoire_css_watcher
Pre-compiled binaries for Linux, macOS (x86_64, arm64), and Windows (x86_64) are available on the GitHub Releases page. Download the appropriate binary for your system, make it executable, and place it in your PATH.
grimoire_css) must be installed and available in your PATH.grimoire.config.json file in your project's grimoire/config directory (or the root of the project if you modify the watcher's expected path).# Run the watcher in the current directory
grimoire_css_watcher
# Specify a different project directory
grimoire_css_watcher --path /path/to/your/project
# Customize the debounce duration (default: 300ms)
grimoire_css_watcher --debounce 500
# Enable verbose logging
grimoire_css_watcher --verbose
-p, --path <PATH>: Path to the project directory (defaults to current directory).-d, --debounce <MILLISECONDS>: Debounce duration in milliseconds (default: 300).-v, --verbose: Enable verbose output.-h, --help: Show help information.--version: Show version information.grimoire/config/grimoire.config.json (by default).grimoire_css build.MIT