acrylamid icon indicating copy to clipboard operation
acrylamid copied to clipboard

.tgz files not being copied over from a "static" directory

Open liljenstolpe opened this issue 9 years ago • 1 comments

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.

liljenstolpe avatar Apr 19 '15 07:04 liljenstolpe

I cannot reproduce this at the moment.

  • $ acrylamid init testblog
  • added STATIC = ['assets'] to conf.py
  • created the 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:

  • Python 2.7.6
  • Acrylamid 0.7.10

Any more details/information you could provide that would help to try to reproduce your problem?

markvl avatar Oct 18 '15 18:10 markvl