gassetic
gassetic copied to clipboard
Clear command and Twig
When building assets with gassetic, it writes css and js links to twig template with no issues. But when using the gassetic clear
command, it only deletes the css and js files in the output folder and not clear the css and js links in twig.
I've tried:
gassetic clear
gassetic clear --env=dev
gassetic clear --env=prod
Anyone else having this issue?