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

[v4.3] Add Admin Tailwind build when generating sandbox #5689

Merged
merged 3 commits into from
Mar 11, 2024

Commits on Mar 11, 2024

  1. Install Solidus Admin after other subcomponents

    This facilitates editing sandbox routes and Procfile when installing
    Tailwind.
    
    (cherry picked from commit 53c2160)
    spaghetticode authored and rainerdema committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b74ef6c View commit details
    Browse the repository at this point in the history
  2. Add --build-admin-tailwind flag to installers

    This way, we can provide the option to (not) build the Tailwind CSS
    file and add rake tasks for managing Admin Tailwind assets.
    
    The flag is added to the Solidus installer, then passed along when
    installing the new admin.
    
    (cherry picked from commit ccfaa23)
    spaghetticode authored and rainerdema committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a9a873e View commit details
    Browse the repository at this point in the history
  3. Update doc for sandbox and Github installs

    The preferred (AKA the only way that fully works) way to start the
    sanbox is via `bin/dev`. Same thing when installing Solidus from
    Github or the local filesystem.
    
    (cherry picked from commit 26ed5f7)
    spaghetticode authored and rainerdema committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3c3f484 View commit details
    Browse the repository at this point in the history