Name |
Last commit
|
Last update |
---|---|---|
.. | ||
assets | ||
templates | ||
tests | ||
__init__.py | ||
models.py | ||
settings.py | ||
urls.py | ||
utils.py | ||
views.py |
The current logic for compilers to manipulate output paths is pretty simple, using `os.path.splitext` and the compiler's `output_extension`. This precludes doing fancier things by just implementing one's own compiler class. This change moves the `output_file` method into the CompilerBase class, so that subclasses can override its behavior to suit their own needs.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
assets | Loading commit data... | |
templates | Loading commit data... | |
tests | Loading commit data... | |
__init__.py | Loading commit data... | |
models.py | Loading commit data... | |
settings.py | Loading commit data... | |
urls.py | Loading commit data... | |
utils.py | Loading commit data... | |
views.py | Loading commit data... |