Deploy same Javascript webapp build to different environments
问题 I have an ExtJS application and some different environments (local machine, development, production-like test environment, and production). The ExtJS application is backed by a Java backend which is also running on either a local machine, in a development environment, a production-like test environment or a production environment (not the same servers as where the front end application lives though). For the last two environments, I want to build ONE build of the ExtJS app and first deploy it