Package website from Aptana Studio 3
- by user3699921
I have a web application built using Aptana Studio 3, the web application is targeted towards different platforms that execute HTML5 applications as native applications therefore not browsers per-se and therefore needs to be build differently for each platform as it is not a standard website.
I need to be able to:
Specify html templates that can be included/excluded in different
builds for the same file
Package the website in a zip
Optionally override some modules (requirejs is used for modules) as they are device specific
Publish to an FTP server
Whilst I can do all of this manually it can be error prone.