jaysonsantos / jinja-assets-compressor

A Jinja extension (compatible with Flask and other frameworks) to compile and/or compress your assets.
Other
93 stars 10 forks source link

offline compression script py3 support and app root_path detection #35

Closed alanhamlett closed 8 years ago

alanhamlett commented 8 years ago

This change is Reviewable

jaysonsantos commented 8 years ago

Travis broke because of the coverage thingy, probably they changed the way it works.

alanhamlett commented 8 years ago

Updating the dependencies to latest versions doesn't change anything (#36) and I can't get this error to occur locally.

jaysonsantos commented 8 years ago

Can you merge master again?

alanhamlett commented 8 years ago

Rebased my fork with the latest code and Travis ran tests again, but still failing.

https://github.com/alanhamlett/jinja-assets-compressor/commits/master

jaysonsantos commented 8 years ago

I tested it locally, I will just merge it. Thanks!