Added watcher for SASS preprocessing
This commit is contained in:
@@ -17,7 +17,7 @@ config :sukaato, SukaatoWeb.Endpoint,
|
|||||||
# Binding to loopback ipv4 address prevents access from other machines.
|
# Binding to loopback ipv4 address prevents access from other machines.
|
||||||
# Change to `ip: {0, 0, 0, 0}` to allow access from other machines.
|
# Change to `ip: {0, 0, 0, 0}` to allow access from other machines.
|
||||||
# http: [ip: {127, 0, 0, 1}, port: 4000],
|
# http: [ip: {127, 0, 0, 1}, port: 4000],
|
||||||
http: [ip: {127, 0, 0, 0, 1}, port: 4000],
|
# http: [ip: {127, 0, 0, 0, 1}, port: 80],
|
||||||
https: [
|
https: [
|
||||||
port: 4001,
|
port: 4001,
|
||||||
cipher_suite: :strong,
|
cipher_suite: :strong,
|
||||||
@@ -30,6 +30,7 @@ config :sukaato, SukaatoWeb.Endpoint,
|
|||||||
secret_key_base: "DNC9b/fju5Rxh6d8QY1TNsHe0fWoN1Z7A8gYGJdebAL8wPxOtoZRr3+g3oXUZg0f",
|
secret_key_base: "DNC9b/fju5Rxh6d8QY1TNsHe0fWoN1Z7A8gYGJdebAL8wPxOtoZRr3+g3oXUZg0f",
|
||||||
watchers: [
|
watchers: [
|
||||||
esbuild: {Esbuild, :install_and_run, [:sukaato, ~w(--sourcemap=inline --watch)]},
|
esbuild: {Esbuild, :install_and_run, [:sukaato, ~w(--sourcemap=inline --watch)]},
|
||||||
|
sass: {DartSass, :install_and_run, [:sukaato, ~w(--watch)]},
|
||||||
tailwind: {Tailwind, :install_and_run, [:sukaato, ~w(--watch)]}
|
tailwind: {Tailwind, :install_and_run, [:sukaato, ~w(--watch)]}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user