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

Add Admin Tailwind build when generating sandbox #5636

Merged

Commits on Feb 8, 2024

  1. Install Solidus Admin after other subcomponents

    This facilitates editing sandbox routes and Procfile when installing
    Tailwind.
    spaghetticode committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    53c2160 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.
    spaghetticode committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ccfaa23 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.
    spaghetticode committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    26ed5f7 View commit details
    Browse the repository at this point in the history