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.
When I moved the Support app from
libsass
todart-sass
following these instructions, I created a newbin/dev
file which runs two processes inProcfile.dev
, one of which runs the rails server and another which runsdart-sass
in watch mode. This updates thedocker-compose.yml
file accordingly.