[ALOY-1245] Alloy: "alloy new" should only create assets folder for target platforms
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Alloy 1.5.1 |
Fix Version/s | n/a |
Components | Samples & Templates, Tooling |
Labels | n/a |
Reporter | Fokke Zandbergen |
Assignee | Tim Poulsen |
Created | 2015-02-14T14:17:30.000+0000 |
Updated | 2015-02-14T14:17:30.000+0000 |
Description
When you convert a classic project into an Alloy project,
app/assets
will have folders for all platforms and not just the platforms the project targets in tiapp.xml
.
To reproduce
Execute the following:
ti create -t app -p ios -n asset --id test.asset -d . -u http://appcelerator.com
cd asset
alloy new
cd app/assets
ls -al
Although the project only has ios
as target platform, the app/assets
folder has folders for all platforms.
No comments