romanschejbal / gassetic

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

Add config option for brackets pattern #57

Closed discane closed 7 years ago

discane commented 8 years ago

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: ['{#', '#}']

romanschejbal commented 7 years ago

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