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

serve command #53

Open
erayerdin opened this issue Apr 21, 2021 · 0 comments
Open

serve command #53

erayerdin opened this issue Apr 21, 2021 · 0 comments
Assignees
Labels
command A management command. enhancement New feature or request
Milestone

Comments

@erayerdin
Copy link
Owner

erayerdin commented Apr 21, 2021

See #50.

serve command will be an alternative to runserver command. It will watch Laravel Mix and run Django server in parallel and collectstatic before running Django server.

  • Runs mix watch and runserver in parallel.
  • Cleans collected static files on kill.
  • --no-watch to not watch mix assets.
  • --no-collect to not collect static files.
  • --no-clean to not clean static files on kill.
@erayerdin erayerdin self-assigned this Apr 21, 2021
@erayerdin erayerdin added command A management command. enhancement New feature or request labels Apr 21, 2021
@erayerdin erayerdin added this to the 0.7 milestone Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command A management command. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant