Open liljenstolpe opened 9 years ago
I cannot reproduce this at the moment.
$ acrylamid init testblog
STATIC = ['assets']
to conf.py
assets
directory and included a .pdf
and .tgz
file.$ acrylamid compile
Both the .pdf
and the tgz
are copied to the output
directory in my case.
Using:
Any more details/information you could provide that would help to try to reproduce your problem?
I have a number of files in an "assets" directory, which is defined as a static directory in my config. All of them are making it over (with extensions like pdf, asc, etc). However, two files that are compressed tar archives (tgz) are not. They are both large, but no errors are thrown, they just seem to be ignored.