[DAEMON-56] Add "gulp package-bundle" task
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Won't Do |
Resolution Date | 2020-02-04T23:15:14.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Tooling |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2017-02-23T20:00:43.000+0000 |
Updated | 2020-02-04T23:15:14.000+0000 |
Description
The daemon has a
gulp package
task that builds a distribution tarball which is suitable for distributing on NPM.
It is also desired to generate a distribution tarball that contains all the resolved NPM deps. This will probably use something like https://www.npmjs.com/package/npm-bundle to do this.
This task will need to be run PER PLATFORM PER ARCHITECTURE and the output will be a tarball with the filename pattern appc-daemon-<version>-<platform>-<arch>.tgz
.
The script https://github.com/appcelerator/jenkins_dsl/blob/master/jobs/appc_cli.groovy#L124 has some info on using npm-bundle.
I really don't see us doing this. Reopen if need be.