Boorj
Boorj
It's quite required though
Do you want to use mthaml inside nodejs stack (`coffee ...` command uses node.js) ? What is the purpose? MThaml compiler is made on PHP (as twig is), so you...
i think mthaml could be [converted](https://github.com/arnaud-lb/MtHaml#hamlphp) to php+html, why doesn't it fit your goals?
Even if you try to look into php cache of your framework (symfony, for example), you'll see that mthaml files are rendered to php. So yes, if you go to...
can you make a twig extension?
actually, mthaml is nice because it can process twig injections, not sure about grunt-haml-php. And also you can check out Php filter in mthaml https://github.com/arnaud-lb/MtHaml/blob/master/lib/MtHaml/Filter/Php.php And.. have you tried `%article(class="#{}")`?
Have some concerns about using hardcoded config instead of flexible user config. But as a default option - definitly. p.s. @anymaniax, btw have you checked https://openapi.tools ? Orval deserves to...
@rossriley ### here's `routing` click me ```yml search: path: /search defaults: _controller: controller.frontend:search preview: path: /preview/{contenttypeslug} defaults: _controller: controller.frontend:preview requirements: contenttypeslug: controller.requirement:anyContentType contentlink: path: /{contenttypeslug}/{slug} defaults: _controller: controller.frontend:record requirements: contenttypeslug:...
main question --- Can i disable all those unused routes somehow, I mean with some option like `config/i_dont_need_standard_routes`? If I don't need `/{taxonomytype}/{slug}` , `/preview/{contenttypeslug}` etc. p.s. I still assume...
@bob @GawainLynch please, don't pass this topic by... 😊