-
Notifications
You must be signed in to change notification settings - Fork 120
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
ga.jspm.io never updates #244
Comments
I'd be interested to follow if this is still an issue here? |
Today, trix and hotkeys-js were updated, but @hopsoft is having issues getting his js accepted by jspm. They want to build the precompiled JS and fail. First of all, why does it take so long? Secondly, why am I not protected against this happening? If I try to pin the version from the gem: pin "@turbo-boost/commands", to: "@turbo-boost/commands.js", preload: false I get the following error:
How does one mark the JS as precompiled? According to Nate, this problem is similar to the one he saw with JSPM; it wants to precompile the file. How do we mark the file as precompiled for both rails and JSPM? hopsoft/turbo_boost-streams#51 fixes the problem and allows me to load the code properly. |
So the final nail in the coffin of this particular problem was solved in: hopsoft/turbo_boost-commands#124 so I go ahead and close this now. |
Steps to reproduce:
That is phenomenal, now let's update these packages:
WAT!!?? It re-downloaded the existing versions? Ok, it has to be some caching issue. No, the files still need to be uploaded...
@KonnorRogers helped me point out that the correct versions exist on unpkg so let's use that one instead:
So maybe I got the
package-name@version
part wrong; let's pull the latest version from unpkg instead:The text was updated successfully, but these errors were encountered: