[ALOY-1530] Alloy: Support multiple restrict files
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-11-24T17:15:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.1.0 |
Components | Tooling |
Labels | alloy, community, notable |
Reporter | Jong Eun Lee |
Assignee | Feon Sua Xin Miao |
Created | 2016-11-24T04:12:41.000+0000 |
Updated | 2016-12-09T00:13:05.000+0000 |
Description
ALOY-1216 is a PR to allow compile only one specific file. This PR supports compiling several specific files. example:
alloy compile --config platform=ios,file=app/controllers/index.js,file=app/controller/myCtrl.js
Comments
- Hans Knöchel 2016-11-24 Community PR: https://github.com/appcelerator/alloy/pull/803
- Wilson Luu 2016-12-08
Verified that Alloy supports multiple strict files; tested via
appc alloy compile
. Tested on: Appc CLI NPM: 4.2.8 Appc CLI Core: 6.1.0-312 Alloy: 1.9.5 Arrow: 1.10.0-19 SDK: 6.0.0.GA Node: v4.6.2 OS: Mac OS X (10.12.1) Will close ticket once verified on Windows; [~smohammed] - Samir Mohammed 2016-12-09
Verified improvement, that alloy now supports multiple strict files when doing
alloy compile
. *Environment*Appc CLI NPM: 4.2.8 Appc CLI Core: 6.1.0-311 Alloy: 1.9.5 Operating System Name = Microsoft Windows 10 Pro Version = 10.0.14393 Architecture = 64bit # CPUs = 4 Memory = 17034395648 Titanium SDK SDK Version = 6.1.0.v20161208145836
- Wilson Luu 2016-12-09 Closing ticket as per above comments.