You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're doing the assets.deploy step using dart_sass in a Dockerfile and don't want the runtime.exs configuration to be required (DB config vars and the like).
We're doing the
assets.deploy
step usingdart_sass
in aDockerfile
and don't want theruntime.exs
configuration to be required (DB config vars and the like).Looking at
esbuild
, it has that as an option:https://github.com/phoenixframework/esbuild/blob/d4cf71f62f6c01234f8ab2d39467f1cce8dbeee7/lib/mix/tasks/esbuild.ex#L34-L46
Wondering if that's viable for
dart_sass
? Something like:Thanks!
The text was updated successfully, but these errors were encountered: