romanschejbal / gassetic

Assetic replacement based on the gulp build tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add config option for brackets pattern

discane opened this issue · comments

For those who use the Twig, construction <-- {env}:{file} --> can be replaced by {# {env}:{file} #} for cleaning output html, and default for other users.
Maybe add to gassetic.yaml parameter with default value ['<--', '-->']?
replace_brackets: ['{#', '#}']

Closing this since we are going in a slightly different direction. See #62