We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
これまでNanoc 3系を使用していたが、GitHubからgemパッケージのPRが作成されていたのでNanoc 4系にアップグレードした。 単純にマージするとNanoc 4系では bundle exec nanoc compile が動作しなくなったので Nanoc 4 Upgrade Guide を参考にして対応する。
bundle exec nanoc compile
ひとまずNanoc 4系の記法に沿う形にするのではなく、Nanoc 3系までのコンパイルやルートの設定が使える legacy にする。 legacy がNanocで除外される場合は対応を考える。
legacy
The text was updated successfully, but these errors were encountered:
bundle exec nanoc compile が実施できるように #648 で変更しました。
Sorry, something went wrong.
sada
No branches or pull requests
これまでNanoc 3系を使用していたが、GitHubからgemパッケージのPRが作成されていたのでNanoc 4系にアップグレードした。
単純にマージするとNanoc 4系では
bundle exec nanoc compile
が動作しなくなったので Nanoc 4 Upgrade Guide を参考にして対応する。ひとまずNanoc 4系の記法に沿う形にするのではなく、Nanoc 3系までのコンパイルやルートの設定が使える
legacy
にする。legacy
がNanocで除外される場合は対応を考える。The text was updated successfully, but these errors were encountered: