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

[CDN]: tailwindcss-stimulus-components@6.0.2 timing out on build #345

Closed
KonnorRogers opened this issue Sep 13, 2024 · 6 comments
Closed

Comments

@KonnorRogers
Copy link

https://generator.jspm.io/#U2NhYGBkDM0rySzJSU1hKEnMzCnPzEtJLi7WLS7JzC3NKS3WTc7PLcjPS80rKXYw0zPQMwIAzrlD+DQA

Screenshot 2024-09-13 at 11 12 36 AM Screenshot 2024-09-13 at 11 13 37 AM

tailwindcss-stimulus-components fails to build. I even made a few requests to the build queue API. It seems to be timing out? I think?

@guybedford
Copy link
Member

This should be working now, thanks for reporting.

@guybedford
Copy link
Member

(And I'm going to reprioritise resolving the root cause here as well)

@excid3
Copy link

excid3 commented Sep 14, 2024

https://api.jspm.io/generate?install=tailwindcss-stimulus-components

Seems to still generate 5.1.1?

{
  "staticDeps": [
    "https://ga.jspm.io/npm:@hotwired/stimulus@3.2.2/dist/stimulus.umd.js",
    "https://ga.jspm.io/npm:tailwindcss-stimulus-components@5.1.1/dist/tailwindcss-stimulus-components.cjs"
  ],
  "dynamicDeps": [],
  "map": {
    "imports": {
      "tailwindcss-stimulus-components": "https://ga.jspm.io/npm:tailwindcss-stimulus-components@5.1.1/dist/tailwindcss-stimulus-components.cjs"
    },
  "scopes": {
    "https://ga.jspm.io/": {
        "@hotwired/stimulus": "https://ga.jspm.io/npm:@hotwired/stimulus@3.2.2/dist/stimulus.umd.js"
      }
    }
  }
}

Anything I'm doing wrong in the tailwindcss-stimulus-components package on my end that I can fix?

@guybedford
Copy link
Member

Thanks for sharing, this was a bug in the latest generator caching update which I've resolved in jspm/generator#382.

The new API deployment is going out now and looks like it's working now.

Please do share if you see any further issues.

@excid3
Copy link

excid3 commented Sep 16, 2024

Awesome, thanks for all your work @guybedford 👍

@guybedford
Copy link
Member

Happy to help!

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

No branches or pull requests

3 participants