[ALOY-668] Generate runtime style modules in alloy/styles
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Critical |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-05-23T18:15:43.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Runtime, Styling |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2013-05-23T18:12:01.000+0000 |
Updated | 2014-01-28T23:28:54.000+0000 |
Description
The generated, ordered style arrays created during the alloy compile phase should be made available in runtime modules. The modules should simply make these ordered arrays available at runtime and a separate API will be used to operate on them in order to do runtime styling of UI components. The style modules should correspond in name to their runtime controllers and will be housed in the "Resources/alloy/styles" folder.
For example, the runtime style module for the index controller woud be found at "Resources/alloy/styles/index.js"
duplicate of ALOY-612