Hi, i’m building project with middleman and haml engine. In future i need let project run in coldfusion framework. however, in localhost i not have coldfusion, and just want to see in html file (middleman server with development mode) .
That’s not good if each time need to build file, i must rename all file from *.html.haml to *.cfm.haml then build command. I want have some kind of config in config.rb which setup way to insert file name extension for each mode.
Then, if “middleman build” ~> *.haml will compile to *.cfm
if “middleman server” ~> *.haml will compile to *.html
How can do it? or we still have not solution for this case ?
Thanks
Trung