-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
✔️ Deploy Preview for ons-data-map ready! 🔨 Explore the source changes: d42d64b 🔍 Inspect the deploy log: https://app.netlify.com/sites/ons-data-map/deploys/619f89332c080c00089b2b5c 😎 Browse the preview: https://deploy-preview-75--ons-data-map.netlify.app |
Looks like it reads the config file just fine:
but chokes on the D3 packages:
Google-fu give some pointers. |
02b89a2
to
0560922
Compare
It's not a job, it's a journey. Ready for review. Some background to the latest fixes and workarounds:
Also removed Storybook for quicker deploy times. Locally this thing flies compared to the original now. |
No SSR for now
This extra silly commit is purely to trick non case sensitive filesystems into lowercasing the filename
It's [still buggy](ONSdigital/design-system#1761 (comment)) though
No breaking changes that affect us
Whew
This was fun (-:
46c8a04
to
6277d6c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Today, makes more sense to me the changes that you've made to implement the svelte kit and I would honestly like to see it merged in so that I can play with it .
This was fun. Came across this fun issue, found a bug in Svelte, a bug in ONS Design System, almost lost my sanity on this bug / lack of feature thanks to the magical "client side routing" that intercepts everything, and ended up using a nasty workaround that adds a
<script />
tag on each route, literally.The SSR isn't enabled just yet, need some fixes for accessing Window object, but will get there.
Cut into logical chunks for easy merging, and rebased on master; all seems fine but let's wait for the Netlify bot to confirm. 🤞
Edit: Netlify bot disagrees even though
yarn preview
seems to work just fine locally.