phoenixframework / phoenix_live_reload

Provides live-reload functionality for Phoenix
MIT License
315 stars 90 forks source link

fix live reload for project names containing `_build` #36

Closed bolandrm closed 8 years ago

bolandrm commented 8 years ago

My project name contains the string _build, which was causing live reload to not be triggered due to this regex. I've made the regex a bit more specific.

josevalim commented 8 years ago

:heart: :green_heart: :blue_heart: :yellow_heart: :purple_heart: