Package website from Aptana Studio 3
Posted
by
user3699921
on Stack Overflow
See other posts from Stack Overflow
or by user3699921
Published on 2014-06-02T15:23:31Z
Indexed on
2014/06/02
15:24 UTC
Read the original article
Hit count: 138
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.
© Stack Overflow or respective owner