django-freeze icon indicating copy to clipboard operation
django-freeze copied to clipboard

Add more .ext files

Open codeleta opened this issue 9 years ago • 2 comments

scanner.py:111 replace if path.endswith('.html'): to if path.endswith('.html') or path.endswith('.xml') or path.endswith('.txt'):

Fund with Polar

codeleta avatar Feb 15 '16 18:02 codeleta

Please, just explain me why you need this.

fabiocaccamo avatar Feb 15 '16 18:02 fabiocaccamo

add sitemap.xml and robots.txt to static site

codeleta avatar Feb 15 '16 18:02 codeleta

Fixed in 0.11.0 version.

fabiocaccamo avatar Mar 04 '24 22:03 fabiocaccamo

FYI functions like str.endswith, str.startswith or isinstance accept a tuple for their second parameter!

merwok avatar Mar 04 '24 22:03 merwok

@merwok ohhh didn't know this for str.startswith and str.endswith, thank you!

fabiocaccamo avatar Mar 04 '24 23:03 fabiocaccamo

@merwok ba602fb

fabiocaccamo avatar Mar 04 '24 23:03 fabiocaccamo