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
Would it be possible for the nanoc compile command to accept a --config option that
would point at nanoc.yaml ? Tools like webpack and typescript's compiler provide a similar
feature, and it would be nice if nanoc could do the same.
I looked into it briefly and it appeared that it would require some refactoring. If a path was
given then we would use its contents to determine the "site dir" instead of how enter_site_dir
and friends currently work. It might require some effort but I'm curious if there's interest in supporting
a feature like that. Thanks
The text was updated successfully, but these errors were encountered:
I have organized the configuration files of my website in the etc/ directory. The rubocop.yml, tsconfig.json, and webpack.*.js configuration files all live there. The idea would be to eventually move nanoc.yaml as well.
Would it be possible for the
nanoc compile
command to accept a--config
option thatwould point at
nanoc.yaml
? Tools like webpack and typescript's compiler provide a similarfeature, and it would be nice if nanoc could do the same.
I looked into it briefly and it appeared that it would require some refactoring. If a path was
given then we would use its contents to determine the "site dir" instead of how
enter_site_dir
and friends currently work. It might require some effort but I'm curious if there's interest in supporting
a feature like that. Thanks
The text was updated successfully, but these errors were encountered: