AgilionApps / remix

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

Add folder watch customization option #9

Closed sgtpepper43 closed 7 years ago

sgtpepper43 commented 8 years ago

The app I'm working on doesn't keep everything in lib, so I needed remix to watch all of the folders. Now users can specify whether they want to watch any single folder (like ./), or a list of folders (like ["lib", "web"]). It will default to lib to match current behavior.