Problem description
app.tss styles are not being applied if the style file is placed inside a platform specific style folder
Reproducible with also Alloy 1.0.0 - not a regression.
Steps to reproduce
See attached sample code: app.zip
Run the code on Android and iOS platforms
Result: only 'app/styles/app.tss' styles are applied.
app/styles/
/app.tss are ignored.
Setting platform specific 'app.tss' files using Themes, the theme style are applied and shown in the app, ignoring the generic 'app/styles//app.tss'.
See attached sample code "app_APP-TSS.zip" from ALOY-628.
PR: https://github.com/appcelerator/alloy/pull/120 test app: https://github.com/appcelerator/alloy/tree/master/test/apps/testing/ALOY-629 The test app should obviously compile successfully for all supported platforms and run without exceptions. Instructions for validating the test app functionally are contained within the app itself and can be followed once it is running.
Verified working as expected. Titanium SDK 3.1.2.v20130730133101 Alloy 1.2.0-alpha Appcelerator Studio 3.1.2.201307261628 CLI 3.1.2 Node 0.8.22 Closing.