[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
Community PR: https://github.com/appcelerator/alloy/pull/803
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]Verified improvement, that alloy now supports multiple strict files when doing
alloy compile
. *Environment*Closing ticket as per above comments.