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

Also include priv/static/assets for live reload #3036

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

Commits on Mar 10, 2022

  1. Also include priv/static/assets for live reload

    Tailwind compiles the assets/CSS to priv/static/assets folder which wasn't included in the list of folders to watch for live_reload.
    This change (together with installing inotify-tools) seems to trigger live reloading when CSS gets changed
    Tuxified authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    caf2db9 View commit details
    Browse the repository at this point in the history
  2. Make default secret_key_base meet minimum length

    Plug will complain the secret_key_base doesn't meet the minimum length
    of 64 bytes if someone forgets to supply one via ENV variables
    Tuxified authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    91d828c View commit details
    Browse the repository at this point in the history