ddfreyne changed the topic of #nanoc to: 3.6.4 (may 29th) | web http://nanoc.ws/ | repo http://bit.ly/XE6e3G | issues http://bit.ly/VfXaSV | forum http://ho.io/n-discuss | irclog http://irclog.whitequark.org/nanoc
<julian37> jachymko: I've got it working like this, thanks! for some reasons the locale-specific files aren't re-generated when I modify the source file, but I'll figure that out by myself
bghost has quit [Quit: leaving]
<jachymko> great :)
alerante has joined #nanoc
alerante has quit [Remote host closed the connection]
julian37 has quit [Ping timeout: 260 seconds]
jugglinmike has quit [Quit: Leaving.]
alerante has joined #nanoc
julian37 has joined #nanoc
julian37 has quit [Ping timeout: 246 seconds]
alerante has quit [Remote host closed the connection]
julian37 has joined #nanoc
julian37 has quit [Ping timeout: 260 seconds]
cDlm has joined #nanoc
cDlm has quit [Ping timeout: 260 seconds]
<guardian> o/
<jachymko> hi! is there any way to assert that an item hasn't changed?
<jachymko> what i'm trying to do: i generate tons of thumbnails, and the compile times are getting very very long
<jachymko> the imagemagick filter runs every time just to determine that nothing has changede
<jachymko> i created a config to disable thumbnail generation, and i enable it only before deployment, but that sucks
<darix> jachymko: 1. ddfreyne is trying to fix that issue in nanoc 4.
<darix> ddfreyne: what was the nanoc command to see the items that nanoc thinks are outdated?
<stbuehler> i had a similar problem with highlighting stuff and implemented a cache helper: https://github.com/stbuehler/nanoc/commit/d4a1062f736083c99354cacc04af212c4ebe7d38
<stbuehler> not a perfect solution, but worked for me :)
<darix> and you didnt tell me!
<darix> :p
<darix> *borrows that from you*
<jachymko> cool! gonna borrow it as well:)
<stbuehler> well.. i'm not sure how good that scales with images
<stbuehler> and i guess you need more code than what the commit contains to implement this in a image filter anyway
<jachymko> i don't see why it wouldn't
<jachymko> i'll change it to just cp the cached file in the :binary => :binary case
<jachymko> and pass the cache filename to the imagemagick filter
<stbuehler> you could also try hardlinks if your filesystem supports it
alerante has joined #nanoc
jugglinmike has joined #nanoc
alerante has quit [Read error: Connection reset by peer]
alerante_ has joined #nanoc
alerante_ has quit [Remote host closed the connection]
bghost has joined #nanoc
yogsototh has quit [Remote host closed the connection]
bghost has quit [Quit: leaving]
pavelkunc has joined #nanoc
<Evolution> is there a 'nanoc best practices' for articles or blogs?
tbm has quit [Ping timeout: 256 seconds]
alerante has joined #nanoc
pavelkunc has quit [Quit: Leaving.]
pavelkunc has joined #nanoc
cDlm has joined #nanoc
pavelkunc has quit [Quit: Leaving.]
cDlm is now known as VitamineD
<jachymko> stbuehler, here's my caching filter module: https://gist.github.com/jachymko/6557397
<jachymko> one just includes it in a filter and renames run method to run_uncached
jugglinmike has quit [Quit: Leaving.]