romanschejbal / gassetic

Assetic replacement based on the gulp build tool
MIT License
176 stars 17 forks source link

Clear command and Twig #77

Open amqex opened 7 years ago

amqex commented 7 years ago

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?