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

Survive tailwindcss binary #2773

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Survive tailwindcss binary #2773

wants to merge 1 commit into from

Commits on Oct 11, 2024

  1. Survive tailwindcss binary

    * When building target specific binary
      - If already available in installed world, copy
      - If not found, download
      - Using %{bin-available} does not work, targets are always available
    
    * Define a package tailwindcss which allows installing tailwindcss in
    local switch
    
    * Making tailwindcss survive dune clean:
      - dune build tailwindcss.install
      - dune install -p tailwindcss
      - This does not work if written in dune file. Everything takes place
        indide _build
    
    Note: While debugging, doing progn / chmod / copy in tailwindcss rules
    made curl happen take place twice.
    Cuihtlauac ALVARADO committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    55e9b06 View commit details
    Browse the repository at this point in the history