Hi community :wave: I'm just starting with Solidus...
# support
m
Hi community 👋 I'm just starting with Solidus and I'm a bit confused on how to customise it. If I understand well, I need to create my own frontend views in a new folder. I tried this command to generate a copy of the views:
Copy code
bundle exec rails g solidus:views:override
and it gives me this error message
Could not find generator 'solidus:views:override'.
I created the app with the following command:
Copy code
rails new \
  -d postgresql \
  -j webpack \ solidus-test
bundle add solidus
bin/rails g solidus:install
I'm using Rails 7
k
Hello @Marie Lamoureux and welcome! This definitely looks like a bug or regression in the documentation. May I ask you to open an issue on GitHub for this (https://github.com/solidusio/solidus/issues/new?assignees=&labels=bug&template=bug_report.md&title=), please?
m
Thank you for your quick reply! I just created a new issue 🙂