[ALOY-1207] Alloy: Theme "lib" folder
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2014-12-30T21:54:14.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.7.0 |
Components | Themes |
Labels | alloy, themes |
Reporter | Fokke Zandbergen |
Assignee | Tim Poulsen |
Created | 2014-12-18T08:39:10.000+0000 |
Updated | 2015-01-19T22:55:12.000+0000 |
Description
Although there's no real difference between the Alloy
assets
and lib
folder, themes should also support the latter so that to theme a utility module you have in app/lib/util.js
you no longer need to put this in app/themes/mine/assets/util.js
.
PR incoming..
PR on master: https://github.com/appcelerator/alloy/pull/638 This also adds support for the undocumented
vendor
folder.Tested. Manually merged PR to resolve conflict and to update the advanced/themes test app to use a themed lib/foo.js file.