Closed alanhamlett closed 4 years ago
Tests failing on ci because of pytest version dependency issue:
pkg_resources.ContextualVersionConflict: (pluggy 1.0.0.dev0 (/tmp/pip-install-sag81lfx/flake8-single-quotes/.eggs/pluggy-1.0.0.dev0-py3.4.egg), Requirement.parse('pluggy<1.0,>=0.12'), {'pytest'})
Hey there @alanhamlett thanks for your PR! I've just rebased this one to see how the update of pytest goes and then I guess you could rebase your branch as soon as I merge it. https://github.com/jaysonsantos/jinja-assets-compressor/pull/74
Rebased, but build fails after tests because it can't run make lint
.
Hey there, can you run isort on jac/base.py
?
It is failing because of this jac/base.py:7:1: I001 isort found an import in the wrong position
Thank you again!
Awesome, thank you! When will the next version hit pypi?
I can cut a release now
When using offline compression and the
compressor_cache_dir
config is set to the old asset output folder, we can greatly speed up offline compression by copying files that have not changed into output folder instead of re-compiling them. For ex:Before
After
Time saved: 1m32s
This change is