Skip to content

Commit

Permalink
fix inclusion of eex as one of required extensions to watch
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowdHailer committed Oct 29, 2017
1 parent e2e46b3 commit f2dddda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/config/config.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use Mix.Config

config :exsync,
extensions: [".erl", ".hrl", ".ex", ".tpl", ".apib"],
extensions: [".erl", ".hrl", ".ex", ".tpl", ".apib", ".eex"],
addition_dirs: ["/priv", "/lib"]

0 comments on commit f2dddda

Please sign in to comment.