arnaud-lb / MtHamlBundle

Symfony2 HAML bundle
38 stars 13 forks source link

HamlFileExtractor and JMSTranslationBundle extraction #19

Closed ratza closed 9 years ago

ratza commented 9 years ago

When I wanted to use the HamlFileExtractor with the JMSTranslationBundle, I had a problem extracting the constants from haml templates as the haml code was read from the file and sent to the twig parser right away without compiling it to twig first, therefore no extraction was possible.

As I can see these files haven't been changed in a long time, I suppose some changes in the bundle has broken this.

Unfortunately I had no time to write a test case for this issue.

arnaud-lb commented 9 years ago

Thanks!