Watch inputs and output
The watcher accepts the same source, theme, target, format, manifest, reachability, and controlled-output options as compile.
pliego-cssc watch --source src --theme \
--output dist/app.css --manifest dist/app.manifest.jsonConfirm one coherent snapshot
Inputs are observed twice before compilation so an editor save sequence does not publish a mixture of old and new files.
Never replace validity with a partial edit
A parser error, invalid token document, or failed group publication leaves the previous complete artifact set in place.