Skip to content
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

Fix install instructions in Solidus Guides #3833

Merged
merged 1 commit into from
Nov 17, 2020
Merged

Fix install instructions in Solidus Guides #3833

merged 1 commit into from
Nov 17, 2020

Conversation

ikraamg
Copy link
Contributor

@ikraamg ikraamg commented Nov 6, 2020

Description

As adopted from @kennyadsl commit on the edge guides solidusio/edgeguides#12:

Using --skip-webpack-install is only preventing the Rails install
generator from running webacker:install, but the webpacker gem is
still added to the Gemfile causing an error when starting the server:
'Webpacker configuration file not found'

In the context of a fresh app that uses the bare minimum set of tools to
run Solidus we don't need that. People can still add it later if needed.

Checklist:

  • I have followed Pull Request guidelines
  • I have added a detailed description into each commit message
  • I have updated Guides and README accordingly to this change (if needed)
    - [ ] I have added tests to cover this change (if needed)
    - [ ] I have attached screenshots to this PR for visual changes (if needed)

As taken from edge guides: solidusio/edgeguides#12

Using --skip-webpack-install is only preventing the Rails install
generator from running webacker:install, but the webpacker gem is
still added to the Gemfile causing an error when starting the server:
'Webpacker configuration file not found'

In the context of a fresh app that uses the bare minimum set of tools to
run Solidus we don't need that. People can still add it later if needed.

Co-authored-by: Alberto Vena <[email protected]>
@ikraamg ikraamg changed the title Install solidus without javascript compilers (webpacker) Fix Install instructions in Solidus Guides Nov 6, 2020
@ikraamg ikraamg changed the title Fix Install instructions in Solidus Guides Fix install instructions in Solidus Guides Nov 6, 2020
Copy link
Member

@spaghetticode spaghetticode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ikraamg thanks! 🎉

@kennyadsl kennyadsl merged commit e8814c8 into solidusio:master Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants