Details
-
Type:
Story
-
Status: Resolved
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: alloy 1.7.35, alloy 1.8.0
-
Component/s: Runtime, Titanium Studio, XML
-
Labels:None
-
Sprint:2016 Sprint 05 Tooling
Description
Widgets will need dependency management if we are to build widgets composed of other widgets that may or may not already be in a project. Some things we'll need to do so:
- A dependencies key in the manifest. We should probably format this just like the dependencies in nodejs packages to keep it familiar and flexible.
- A dependency manager that needs to be able to:
- check if dependencies are met for a project
- make supported widgets available for installation (think npm install PACKAGE)
- add publicly available dependencies to project when needed, just as npm would.
These bullet point will probably require integration with TiStudio. The logic of the dependency manager probably makes most sense in a compiler plugin right now, but this may change as the CLI changes.
Attachments
Issue Links
- depends on
-
ALOY-79 Widgets need to bundle assets and libraries
-
- Resolved
-