Skip to content

Commit fde6669

Browse files
committed
add the static files to the hex package
1 parent 0082cda commit fde6669

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ defmodule Scenic.Mixfile do
8484
# "guides/**/*.png",
8585
"README.md",
8686
"LICENSE",
87-
"CHANGELOG.md"
87+
"CHANGELOG.md",
88+
"static/**/*.metrics"
8889
]
8990
]
9091
end

0 commit comments

Comments
 (0)