Compare commits
2 Commits
32094221c2
...
0.1.20
Author | SHA1 | Date | |
---|---|---|---|
926d4f9837 | |||
|
128498eac7 |
@@ -70,8 +70,8 @@ config :tailwind,
|
||||
version: "4.0.0",
|
||||
memex: [
|
||||
args: ~w(
|
||||
--input=css/app.css
|
||||
--output=../priv/static/assets/app.css
|
||||
--input=css/style.css
|
||||
--output=../priv/static/assets/style.css
|
||||
),
|
||||
cd: Path.expand("../assets", __DIR__)
|
||||
]
|
||||
|
10
de.tbx
Normal file
10
de.tbx
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE martif PUBLIC "ISO 12200:1999A//DTD MARTIF core (DXFcdV04)//EN" "TBXcdv04.dtd">
|
||||
<martif type="TBX">
|
||||
<martifHeader>
|
||||
<fileDesc>
|
||||
<sourceDesc><p>Translate Toolkit</p></sourceDesc>
|
||||
</fileDesc>
|
||||
</martifHeader>
|
||||
<text><body></body></text>
|
||||
</martif>
|
@@ -8,6 +8,7 @@
|
||||
{assigns[:page_title] || gettext("memEx")}
|
||||
</.live_title>
|
||||
<link phx-track-static rel="stylesheet" href={~p"/assets/app.css"} />
|
||||
<link phx-track-static rel="stylesheet" href={~p"/assets/style.css"} />
|
||||
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
|
||||
</script>
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user