bs-production / sure-dry-template

0 stars 0 forks source link

Make notes and documentation of the process of going live #16

Open IamStephan opened 3 years ago

IamStephan commented 3 years ago

This will prevent any future hickups when going through the flow of: planning -> designing -> developing -> deploying

Should be done before a restructure #2

IamStephan commented 3 years ago

Use UX component test repo as a way to create custom widget templates (it worked for the inline reviews widget, Burger slider 😂)

IamStephan commented 3 years ago

Currently, styles have to be uploaded to a CDN before they can be used. This means that batch updates make more sense than quick iteration uploads.

John is working on a CDN proxy to the GitHub files 🥳, but I found this and thought I might share:

THIS solves so many problems. Pros:

Cons:

IamStephan commented 3 years ago

The better alternative to jquery and pure javascript: https://alpinejs.dev/

Custom JS is still way smaller, but alpine seems more convenient. And this with tailwind would make the HTML files a complete nightmare😂