-
Notifications
You must be signed in to change notification settings - Fork 7
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
Remove Nginx and NPM to simplify the setup process #28
Comments
Merged
nanorepublica
pushed a commit
that referenced
this issue
May 15, 2024
We remove the extraneous `djangosocial/` folder ref #28
rik
added a commit
to rik/djangosocial
that referenced
this issue
May 17, 2024
This removes Prettier and uses Tailwind via django_tailwind_cli. - Remove nodejs buildpack. - In development, use django_tailwind_cli's `runserver` to re-build the CSS automatically. That command only listens to STOPINT so we change Docker's stopsignal to workaround that. - When deploying, build the CSS before calling collectstatic via a `post_compile` script. - To help understand the steps, the `static` folder is separated into `to_compile` and `to_collect` sub-folders. ref djangosocialteam#28
Merged
rik
added a commit
to rik/djangosocial
that referenced
this issue
May 17, 2024
This removes Prettier and uses Tailwind via django_tailwind_cli. - Remove nodejs buildpack. - In development, use django_tailwind_cli's `runserver` to re-build the CSS automatically. That command only listens to STOPINT so we change Docker's stopsignal to workaround that. - When deploying, build the CSS before calling collectstatic via a `post_compile` script. - To help understand the steps, the `static` folder is separated into `to_compile` and `to_collect` sub-folders. ref djangosocialteam#28
rik
added a commit
to rik/djangosocial
that referenced
this issue
May 17, 2024
This removes Prettier and uses Tailwind via django_tailwind_cli. - Remove nodejs buildpack. - In development, use django_tailwind_cli's `runserver` to re-build the CSS automatically. That command only listens to STOPINT so we change Docker's stopsignal to workaround that. - When deploying, build the CSS before calling collectstatic via a `post_compile` script. - To help understand the steps, the `static` folder is separated into `to_compile` and `to_collect` sub-folders. ref djangosocialteam#28
rik
added a commit
to rik/djangosocial
that referenced
this issue
May 18, 2024
This removes Prettier and uses Tailwind via django_tailwind_cli. - Remove nodejs buildpack. - In development, use django_tailwind_cli's `runserver` to re-build the CSS automatically. That command only listens to STOPINT so we change Docker's stopsignal to workaround that. - When deploying, build the CSS before calling collectstatic via a `post_compile` script. - To help understand the steps, the `static` folder is separated into `to_compile` and `to_collect` sub-folders. ref djangosocialteam#28
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussing with @nanorepublica, here's a plan to have less moving pieces in this project.
The text was updated successfully, but these errors were encountered: