-
Notifications
You must be signed in to change notification settings - Fork 2
manifest
ed eustace edited this page Mar 28, 2017
·
1 revision
When building a pie-item, it is important to know what dependencies, app-types etc were involved in building the item. This will allow someone who is about to run the command to check whether it is necessary or not. If they have a different pie-item, but that item has the same dependencies etc then one can safely use the pre-built code.
The question is:
- what data is used to uniquely identify the build
- what form should it take
...