Learnings: Haxeflixel project XML
The start
Can you tell me what this XML code does?
<set name="buildOrTest" if="${project.command == build} || ${project.command == test}" />
<echo value="Building for ${project.target} on a ${project.host} machine" if="buildOrTest" />
<echo value="$...
thesincoblog.hashnode.dev2 min read