AgilionApps / remix

Automatic recompilation of mix code on file change.
Other
149 stars 26 forks source link

Allows multiple paths to be monitored. #12

Closed hickscorp closed 7 years ago

hickscorp commented 7 years ago

This PR allows multiple paths to be monitored. It requires the user to pass a list of paths like so:

config :remix,
  escript: false,
  silent: false,
  paths: ["lib", "priv", "web"]
alanpeabody commented 7 years ago

Sweet, thanks!