Skip to content

Commit

Permalink
Change support app to work with dart-sass
Browse files Browse the repository at this point in the history
When I moved [1] the signon app from libsass to dart-sass following
these instructions [2], 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.

[1]: alphagov/signon#2709
[2]: https://docs.publishing.service.gov.uk/manual/migrate-to-dart-sass-from-libsass.html
  • Loading branch information
floehopper committed Feb 12, 2024
1 parent 1573284 commit 3c60f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/signon/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
REDIS_URL: redis://redis
expose:
- "3000"
command: bin/rails s --restart
command: ./bin/dev

signon-worker:
<<: *signon
Expand Down

0 comments on commit 3c60f64

Please sign in to comment.