romanschejbal / gassetic

Assetic replacement based on the gulp build tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clear command and Twig

amqex opened this issue · comments

commented

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?