| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| __init__.py | ||
| coffee.py | ||
| es6.py | ||
| less.py | ||
| livescript.py | ||
| sass.py | ||
| stylus.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 |
|---|---|---|
| .. | ||
| __init__.py | Loading commit data... | |
| coffee.py | Loading commit data... | |
| es6.py | Loading commit data... | |
| less.py | Loading commit data... | |
| livescript.py | Loading commit data... | |
| sass.py | Loading commit data... | |
| stylus.py | Loading commit data... |