mix phoenix_assets. clean
(PhoenixAssets v0.1.0)
View Source
Removes the files this library generates.
Useful to force a clean regeneration, or to verify the cold-start path where the Vite plugin must fall back to typed stubs.
Only the plugins' own files are removed, and only while their contents still
match what the plugins produce. Anything else in the generated directory stays:
hosts co-locate their own artifacts there, and a directory-wide rm -rf
deleted hand-written files that took real work to reconstruct.
Pass --all to remove the directory outright when you genuinely want it gone.