rrrene / html_sanitize_ex

HTML sanitizer for Elixir
MIT License
272 stars 63 forks source link

No source code in 1.4.1 mix release #44

Closed sb8244 closed 4 years ago

sb8244 commented 4 years ago
ls deps/html_sanitize_ex      
CHANGELOG.md        LICENSE             README.md           hex_metadata.config mix.exs

I don't seem to have a lib folder or any source code besides the mix.exs file. That results in:

iex(1)> HtmlSanitizeEx.strip_tags(File.read!("import-people.html"))
** (UndefinedFunctionError) function HtmlSanitizeEx.strip_tags/1 is undefined (module HtmlSanitizeEx is not available)
rrrene commented 4 years ago

That's strange. I am at a loss here, since it does work as expected for me:

image

Might there be anything special about your setup?

sb8244 commented 4 years ago

Yea that's super weird. I pulled it down today and no issues. I've never seen this before....but seems like it's not related to the library. I'm confident I didn't do anything weird in my setup.