Skip to content

Commit

Permalink
Include makeup_html on bin path, closes elixir-lang#1539
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Mar 23, 2022
1 parent 2e48144 commit 7fadf71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .formatter.exs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
inputs: ["{mix,.formatter}.exs", "{lib,test}/**/*.{ex,exs}"]
inputs: ["{mix,.formatter}.exs", "{bin,lib,test}/**/*.{ex,exs}"]
]
1 change: 1 addition & 0 deletions bin/ex_doc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Code.prepend_path Path.expand("../_build/#{mix_env}/lib/nimble_parsec/ebin", __D
Code.prepend_path Path.expand("../_build/#{mix_env}/lib/makeup/ebin", __DIR__)
Code.prepend_path Path.expand("../_build/#{mix_env}/lib/makeup_elixir/ebin", __DIR__)
Code.prepend_path Path.expand("../_build/#{mix_env}/lib/makeup_erlang/ebin", __DIR__)
Code.prepend_path Path.expand("../_build/#{mix_env}/lib/makeup_html/ebin", __DIR__)
Code.prepend_path Path.expand("../_build/#{mix_env}/lib/earmark_parser/ebin", __DIR__)
Code.prepend_path Path.expand("../_build/#{mix_env}/lib/ex_doc/ebin", __DIR__)

Expand Down

0 comments on commit 7fadf71

Please sign in to comment.