HTML: Compile Scrubbers on boot

This makes it possible to configure their behavior on OTP releases.
This commit is contained in:
rinpatch 2019-12-08 19:42:40 +03:00
commit d6c89068f3
8 changed files with 231 additions and 214 deletions

View file

@ -1,3 +1,3 @@
[
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}", "priv/repo/migrations/*.exs"]
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}", "priv/repo/migrations/*.exs", "priv/scrubbers/*.ex"]
]