Skip to content

Commit f418b5b

Browse files
committed
Only load runtime config on install by option
1 parent fb0f007 commit f418b5b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* Require Elixir v1.11+
66
* Mark inets and ssl as optional apps
7+
* Ensure the install task only loads the runtime config with `--runtime-config`
78

89
## v0.6.0 (2023-04-19)
910

lib/mix/tasks/sass.install.ex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ defmodule Mix.Tasks.Sass.Install do
3636
if opts[:if_missing] && latest_version?() do
3737
:ok
3838
else
39-
if Code.ensure_loaded?(Mix.Tasks.App.Config) do
40-
Mix.Task.run("app.config")
41-
end
42-
4339
DartSass.install()
4440
end
4541

0 commit comments

Comments
 (0)