Add fonts and design
This commit is contained in:
@@ -36,7 +36,7 @@ config :esbuild,
|
||||
version: "0.17.11",
|
||||
default: [
|
||||
args:
|
||||
~w(js/app.js --bundle --target=es2017 --outdir=../priv/static/assets --external:/fonts/* --external:/images/*),
|
||||
~w(js/app.js vendor/fonts/Fraunces/fonts.css --bundle --loader:.woff2=file --target=es2017 --entry-names=[name] --outdir=../priv/static/assets --external:/fonts/* --external:/images/*),
|
||||
cd: Path.expand("../assets", __DIR__),
|
||||
env: %{"NODE_PATH" => Path.expand("../deps", __DIR__)}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user