alphagov / govuk-docker

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

Change Support app to work with dart-sass #714

Closed floehopper closed 10 months ago

floehopper commented 10 months ago

When I moved the Support 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.