Skip to content

Instantly share code, notes, and snippets.

@andrexduarte
Created July 23, 2014 14:13
Show Gist options
  • Save andrexduarte/55e7b15799d05df9acef to your computer and use it in GitHub Desktop.
Save andrexduarte/55e7b15799d05df9acef to your computer and use it in GitHub Desktop.
BrowserSync config
module.exports = {
debugInfo: true,
open: false,
proxy: "localhost.dev",
files: [
'css/*.css',
'*.php'
],
ghostMode: {
clicks: true,
location: true,
forms: true,
scroll: true
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment