[DAEMON-327] @appcd/plugin-titanium: ti clean
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | High |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | Titanium appcd Plugin 2.0.0 |
| Components | appcd-plugin-titanium |
| Labels | cb-next |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2020-02-13T15:51:29.000+0000 |
| Updated | 2021-02-18T22:36:07.000+0000 |
Description
Cleaning a Titanium project usually is just a matter of nuking all of the files in the project's "build" directory. However, there are at least one Titanium CLI plugin that depends on the clean command hook: https://github.com/appcelerator/alloy/blob/master/hooks/deepclean.js.
For time sake and to reduce breakage, the "clean" command will just invoke the Titanium CLI v5.
No comments