You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently possible to run nanoc check on a site that it out of date. To prevent nanoc check from running on a not-yet-compiled site, I suggest adding a compile option to the configuration’s check section, which by default is false, but if set to true, will run nanoc compile beforehand.
Additionally, a command-line flag (--compile/--no-compile) could be useful to override the configuration behavior.
The text was updated successfully, but these errors were encountered:
(See nanoc/nanoc#1341)
It is currently possible to run
nanoc check
on a site that it out of date. To preventnanoc check
from running on a not-yet-compiled site, I suggest adding acompile
option to the configuration’scheck
section, which by default isfalse
, but if set to true, will runnanoc compile
beforehand.Additionally, a command-line flag (
--compile
/--no-compile
) could be useful to override the configuration behavior.The text was updated successfully, but these errors were encountered: