Titanium JIRA Archive
Alloy (ALOY)

[ALOY-1245] Alloy: "alloy new" should only create assets folder for target platforms

GitHub Issuen/a
TypeImprovement
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sAlloy 1.5.1
Fix Version/sn/a
ComponentsSamples & Templates, Tooling
Labelsn/a
ReporterFokke Zandbergen
AssigneeTim Poulsen
Created2015-02-14T14:17:30.000+0000
Updated2015-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.

Comments

No comments

JSON Source