[ALOY-507] ability to configure search path for widgets
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Widgets |
Labels | alloy |
Reporter | Brian Knorr |
Assignee | Unknown |
Created | 2013-01-28T22:20:05.000+0000 |
Updated | 2018-03-07T22:26:00.000+0000 |
Description
Currently widgets can only exist in the 'widgets' directory. We are utilizing a package/dependency manager and it would be much easier for us if we could set the search path for alloy to find widgets.
One possible solution is to allow something like the following to be included in the config.json
"paths":["my/path/to/widgets", "my/other/path/to/widgets"]
No comments