Commit fc904da003fe0420815e433f36409d8218cb54da

Thomas de Grivel 2022-02-01T17:36:19

oneliner

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/config/dev.exs b/config/dev.exs
index 462b9aa..16023aa 100644
--- a/config/dev.exs
+++ b/config/dev.exs
@@ -22,12 +22,7 @@ config :kmxgit, KmxgitWeb.Endpoint,
   debug_errors: true,
   secret_key_base: "DnUNl8ID5LfnhB1FJ4lp2iPfytLPC6/CnoKVNE42d/G4VC1MCQZ6kOxRq6T+Pqb0",
   watchers: [
-    sass: {
-      DartSass,
-      :run,
-      [:default, ~w(--embed-source-map --source-map-urls=absolute --watch)]
-    },
-    # Start the esbuild watcher by calling Esbuild.install_and_run(:default, args)
+    sass: {DartSass, :run, [:default, ~w(--embed-source-map --source-map-urls=absolute --watch)]},
     esbuild: {Esbuild, :run, [:default, ~w(--sourcemap=inline --watch)]}
   ]