posativ / acrylamid

(unmaintained) static blog generator in python with incremental rendering ⛺
http://posativ.org/acrylamid/
Other
277 stars 40 forks source link

sometimes, acrylamid co -f does not run nothing #165

Closed ghost closed 11 years ago

ghost commented 11 years ago

In python 3.3, acrylamid co -f does not run nothing, even when I change files. How can I do? What output do you need for a triaging?

Thanks in advance,

posativ commented 11 years ago

If you supply -v as well, you can see if something happens (e.g. all files are identical).

ghost commented 11 years ago

I change theme/base.html and no compile. It's strange. It's seems that's is randomize. I use 0.7.6dev0

posativ commented 11 years ago

What is your filesystem, ext2/3/4 or something like FAT, UFS or HFS? I am not quite sure what caused a still valid cache for the mako template, hence now the cache directory is completely removed if you use -f/--force to compile.

ghost commented 11 years ago

My fs is ext4.