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

Server Side Rendering of Tailwind #301

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Jul 12, 2022

  1. Server Side Rendering of Tailwind with Puppeteer

    - uses Puppeteer to launch a headless browser  to render the published
      page and extract the JIT tailwind css to be used directly on public
    published page
    - converts Website::Content to be a polymorphic association so that it
      can be used generally on Website or specific per Page
    - adds a separate default_theme webpack so that unneeded application js
      is not included on website pages
    -
    jonsgreen committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    caa9d44 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Uses tailwindcss cli to render minimal css

    - update tailwind jit js pack to 3.1.4
    - match tailwind cdn and node versions
    jonsgreen committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    e7b5874 View commit details
    Browse the repository at this point in the history