dd5219dff8
The previous way that settings at both the global and project scope were being handled was pretty bad. This change seeks to make settings a bit more sane. Now we will pass in what we found in the manifest as the args to the specific settings constructor. Those that can be exposed directly will be, and those that cannot will be wrapped in @property decorators. In addition, moving the jinja templating from the manifest level to the individual project level. The reason is that it is not sufficient to just use templating globally - we need things like base_path's to be project context aware.
167 B
167 B
giftwrap changelog
0.3.0
- Refactor of how we handle settings both globally and at project level
0.2.0
- Adds colorization to the logging
- Adds a CHANGELOG