alphagov / govuk-docker

GOV.UK development environment using Docker 🐳
MIT License
82 stars 22 forks source link

Change Signon app to work with dart-sass #723

Closed floehopper closed 9 months ago

floehopper commented 9 months ago

When I moved the signon app from libsass to dart-sass following these instructions, I created a new bin/dev file which runs two processes in Procfile.dev, one of which runs the rails server and another which runs dart-sass in watch mode. This updates the docker-compose.yml file accordingly.

c.f. https://github.com/alphagov/govuk-docker/pull/714