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

Conversation

cuihtlauac
Copy link
Collaborator

  • 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.

* 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 cuihtlauac marked this pull request as draft October 14, 2024 12:52
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.

1 participant