-
Notifications
You must be signed in to change notification settings - Fork 92
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
Demos failing on SyntaxError in haunted.js from unpkg #404
Comments
Were you able to find a workaround? |
The syntax error is in the Looks like @matthewp has been working on automating/upgrading the testing and release pipeline, so I'm guessing it's related to that. I also noticed that a bunch of compiled @bennypowers might also be able to fix this. I'm a bit out of my depth here unfortunately. |
Unfortunately my best suggestion will be to redo the docs build altogether. I think there are two good options:
either way, the plugins need to be removed or rewritten. I've got some plans to port my rocket plugins to 11ty, but no timeline |
I had some luck using deno's cdn
|
Thanks @bennypowers. I spent the morning playing around with both options and I'm currently leaning towards option 1 (just use 11ty) as Rocket appears to be evolving much more quickly and is much less widely used. As a sidenote, it's unfortunate that the name "Rocket" is already used by the Rust web framework as it makes searching difficult. I took at stab at rewriting the docs in 11ty and soon realized that the layout files are not committed to this repo. Where is Appreciate your help with this. Hopefully it's something I can knock out in the coming week or so. |
yeah it's likely an old-rocket thing In old-rocket, a 'preset' was a bundle of eleventy plugin + templates + includes + data which could be then used throughout the app. AFAICT 11ty never provided an 'official' way to do this. |
Attempting to run demo which does this:
Browser console:
The text was updated successfully, but these errors were encountered: