-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Generated theme is missing the default shopify cart template #53
Comments
jibinycricket
pushed a commit
to jibinycricket/nx-shopify
that referenced
this issue
May 31, 2021
…a theme gets generated ISSUES CLOSED: trafilea#53
jibinycricket
pushed a commit
to jibinycricket/nx-shopify
that referenced
this issue
May 31, 2021
ISSUES CLOSED: trafilea#53
jibinycricket
pushed a commit
to jibinycricket/nx-shopify
that referenced
this issue
May 31, 2021
ISSUES CLOSED: trafilea#53
🎉 This issue has been resolved in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior
After running the
nx generate @trafilea/nx-shopify:theme <theme-name>
command, the cart template directory, which is part of the default shopify templates is missing. Without it the cart page returns a 404Expected Behavior
After running the
nx generate @trafilea/nx-shopify:theme <theme-name>
command, thesrc/theme/templates/cart
should also be generated along withSteps to Reproduce
nx generate @trafilea/nx-shopify:theme <theme-name>
in the CLIsrc/theme/templates/cart
doesn't existEnvironment
The text was updated successfully, but these errors were encountered: