browser-sync-rails
browser-sync-rails copied to clipboard
add browser_sync.js config item feature
I needed to figure out how to address a turbolinks related issue that causes clicking on links to fail with a javascript exception.
This patch addresses the above, common issue, by introducing a generated 'browser_sync.js' that is added to the browser_sync command line as a "--config
I hope this patch is helpful.