guard / guard-nanoc

A Guard for nanoc
39 stars 9 forks source link

Fix compatibility with nanoc 4.3.8 #36

Closed whitequark closed 7 years ago

whitequark commented 7 years ago

A few missing require statements.

denisdefreyne commented 7 years ago

Ugh, this is an icky bug. guard-nanoc shouldn’t need to know about the internals of Nanoc, but unfortunately it needs to, right now.

I’ve made a change to Nanoc itself (nanoc/nanoc/commit/f473e14aa2854d5a06f6adf3b8ed7c1417504aa0) that should take care of this problem; requiring nanoc/cli will now load all Ruby files.

I’ll close this PR for now, as the aforementioned change makes this PR obsolete.

whitequark commented 7 years ago

Thanks