Hi, I've created a handy script that packages up Fantom applications in to a single .zip file. It effectively creates a minimal Fantom installation around a pod / application- allowing it to run in isolation to any other Fantom installation.
I say more and list the AppBuilder script in the article:
SlimerDude Mon 13 Jul 2015
Hi, I've created a handy script that packages up Fantom applications in to a single
.zip
file. It effectively creates a minimal Fantom installation around a pod / application- allowing it to run in isolation to any other Fantom installation.I say more and list the
AppBuilder
script in the article:Create Standalone Fantom Apps in Seconds!
As script exposes an API I guess it could be a pod itself, but as it's so small (~250 lines) it didn't seem worth it.
Note the
AppBuilder
script is also available as a BitBucket Snippet.