[ALOY-1123] When a new project is created in Appcelerator Studio app.tss should be created
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2014-09-05T17:33:10.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.7.0 |
Components | Styling |
Labels | alloy, cli |
Reporter | Leor Brenman |
Assignee | Tim Poulsen |
Created | 2014-08-29T17:41:59.000+0000 |
Updated | 2014-10-23T19:47:50.000+0000 |
Description
When a new project is created in Appcelerator Studio app.tss should be created since it is not.
This is similar to the alloy.js file which is included as an empty file with instructions as to what would go inside
app.tss holds global styles
[~skypanther] Should this be an Alloy issue?
Yes, this is an Alloy issue. I moved the ticket. Thanks.
PR https://github.com/appcelerator/alloy/pull/544 Functional test 1. At the terminal prompt, create a new Titanium project with
ti create
2. Change to that app's directory 3. Enteralloy new .
(with the dot, or specify the path to the project's root folder) 4. Confirm that app/styles/app.tss exists and contains the descriptive comment seen in the PR*APPROVED*
PR merged.