We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7aa3003 + 04c6672 commit be91165Copy full SHA for be91165
README.md
@@ -22,6 +22,8 @@ Version 0.11 is a major upgrade. There are numerous breaking changes. The docs h
22
__READ THAT FIRST__
23
24
25
+Please note that when v.11 is out of beta it will move into the /ScenicFramework org on GitHub...
26
+
27
28
## Goals
29
mix.exs
@@ -90,7 +90,9 @@ defmodule Scenic.Mixfile do
90
"README.md",
91
"LICENSE",
92
"CHANGELOG.md",
93
- "static/**/*.metrics"
+ # default fonts
94
+ "assets/fonts/*.ttf",
95
+ "assets/fonts/LICENSE.txt"
96
]
97
98
end
0 commit comments