Created
July 23, 2014 14:13
-
-
Save andrexduarte/55e7b15799d05df9acef to your computer and use it in GitHub Desktop.
BrowserSync config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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