Hello! Windows user here... I'm doing the
Your first website powered by haXe tutorial, and it looks sweet, but I can't get Templo to compile template files (bottom of page 1 of tutorial).
I made temploc2.exe in root folder of project, and entered
temploc2 tpl/*.mtt -output tmp/ -php -macros tpl/macro.mtt
into cmd line.
I'm always getting the
File not found tpl/*.mtt error, even though this should be correct path to template files. I also made .bat file in which I tried out various different ways to write path, but I always get path related error messages.
Any ideas on why this would occur? I'd really love to get into haxe and hss as it seems these are solutions to many web standard problems, but this bump in the road is kind of annoying.