We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0f007 commit f418b5bCopy full SHA for f418b5b
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
* Require Elixir v1.11+
6
* Mark inets and ssl as optional apps
7
+ * Ensure the install task only loads the runtime config with `--runtime-config`
8
9
## v0.6.0 (2023-04-19)
10
lib/mix/tasks/sass.install.ex
@@ -36,10 +36,6 @@ defmodule Mix.Tasks.Sass.Install do
36
if opts[:if_missing] && latest_version?() do
37
:ok
38
else
39
- if Code.ensure_loaded?(Mix.Tasks.App.Config) do
40
- Mix.Task.run("app.config")
41
- end
42
-
43
DartSass.install()
44
end
45
0 commit comments