Folder of compiled HTML5 files

Monkey Forums/Monkey Programming/Folder of compiled HTML5 files

pinete(Posted 2011) [#1]
Hi all,
maybe this is a dumb question but I will take the risk ;)
Once you've compiled your program with HTML5 target and it is executed in browser... where is saved the code of the game in .js? I've tried to find it without any success..
someone could help me?
thanks!


Warpy(Posted 2011) [#2]
If your source file is called, for example, 'mygame.monkey', a folder called 'mygame.build' is created next to it. Inside mygame.build is a folder called 'html5' which contains the compiled code.


pinete(Posted 2011) [#3]
ok you're right! thanks a lot and sorry for asking that silly question! :P
I wasn't cheking the folders of the examples, which are the ones I was compiling! :)
thanks so much Warpy :)