ddfreyne on main
Enable binary compiled content … Merge branch 'enable-binary-com… (compare)
ddfreyne on enable-binary-compiled-content-cache
Enable binary compiled content … (compare)
ddfreyne on main
Use COW for binary compiled con… Merge branch 'binary-compiled-c… Make PostCompileItemRepView spe… (compare)
ddfreyne on enable-binary-compiled-content-cache
Merge branch 'binary-compiled-c… Enable binary compiled content … (compare)
ddfreyne on binary-compiled-content-cache-clonefile
Use COW for binary compiled con… (compare)
ddfreyne on main
Fix subtly broken PostCompileIt… (compare)
ddfreyne on binary-compiled-content-cache-clonefile
Use COW for binary compiled con… (compare)
ddfreyne on binary-compiled-content-cache-clonefile
Use COW for binary compiled con… (compare)
ddfreyne on main
Upgrade Rubocop (compare)
ddfreyne on enable-binary-compiled-content-cache
Enable binary compiled content … Use copy-on-write for binary co… (compare)
ddfreyne on main
Upgrade dependencies Use Bundler 2.x (compare)
ddfreyne on main
Upgrade nanoc, nanoc-live (compare)
ddfreyne on main
nanoc-live: Set version to 1.0.… nanoc-live: Add release notes f… Set version to 4.11.23 and 1 more (compare)
ddfreyne on 4.11.23
nanoc-live: Set version to 1.0.… nanoc-live: Add release notes f… Set version to 4.11.23 and 1 more (compare)
ddfreyne on nanoc-core-v4.11.23
nanoc-live: Set version to 1.0.… nanoc-live: Add release notes f… Set version to 4.11.23 and 1 more (compare)
ddfreyne on nanoc-cli-v4.11.23
nanoc-live: Set version to 1.0.… nanoc-live: Add release notes f… Set version to 4.11.23 and 1 more (compare)
ddfreyne on nanoc-live-v1.0.0b8
nanoc-live: Set version to 1.0.… nanoc-live: Add release notes f… Set version to 4.11.23 and 1 more (compare)
FileUtils.identical
, but check if they're hard links. If I change the hard linked file in content
, it's guaranteed to already match in output
.
index.html
compiled to /tmp
. That's not around after the compile ends. Why not move it immediately?
content
and output
, that is.
temp_path
referes to a file that's deleted after the method finishes. That file shouldn't be copied and then deleted, it should only be moved.
mv
will likely be equivalent to a cp
+ rm
anyway)
adsf
instead of Nanoc, that may be more difficult practice than in theory.
rendering
helper significantly.
views
, e.g. https://github.com/rahvaalgatus/rahvaalgatus/blob/master/views/error_page.jsx.