miracle2k / django-assets

Django webassets integration.
BSD 2-Clause "Simplified" License
89 stars 79 forks source link

Strip leading "." from versioned file name #91

Closed edevil closed 6 years ago

edevil commented 6 years ago

splitext() will return the version as ".HASH", so the leading period needs to be stripped.

Fixes #90.

miracle2k commented 6 years ago

Thanks.

edevil commented 6 years ago

Will you release a new version in the near future?

edevil commented 6 years ago

@miracle2k Hello. Could you please release a new version with the latests merged fixes, please? Thanks!