brunch / auto-reload-brunch

Adds automatic browser reloading support to brunch.
88 stars 30 forks source link

Fix issue #57 #58

Closed row1 closed 8 years ago

row1 commented 8 years ago

Fix https://github.com/brunch/auto-reload-brunch/issues/57 where the vendor/auto-reload.js was causing JSHint to fail. Fix excludes the entire file from JSHint rather than make it JSHint compliant (this may cause issues with other people's JSHint config).