mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Add note about running Gulp locally with Docker
This commit is contained in:
parent
2375bcfe1b
commit
2f823205d8
|
@ -213,10 +213,10 @@ By default, it's enabled both in local and production environments (``local.yml`
|
|||
|
||||
.. _`Flower`: https://github.com/mher/flower
|
||||
|
||||
Using Webpack
|
||||
~~~~~~~~~~~~~
|
||||
Using Webpack or Gulp
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
When using Webpack as the ``frontend_pipeline`` option, you should access your application at the address of the ``node`` service in order to see your correct styles. This is http://localhost:3000 by default. When using any of the other ``frontend_pipeline`` options, you should use the address of the ``django`` service, http://localhost:8000.
|
||||
When using Webpack or Gulp as the ``frontend_pipeline`` option, you should access your application at the address of the ``node`` service in order to see your correct styles. This is http://localhost:3000 by default. When using any of the other ``frontend_pipeline`` options, you should use the address of the ``django`` service, http://localhost:8000.
|
||||
|
||||
Developing locally with HTTPS
|
||||
-----------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user