Skip to content

Instantly share code, notes, and snippets.

@digisavvy
Created September 19, 2014 07:19
Show Gist options
  • Save digisavvy/b2862b0c44b62807b72a to your computer and use it in GitHub Desktop.
Save digisavvy/b2862b0c44b62807b72a to your computer and use it in GitHub Desktop.
My Browser Sync config
// Browser Sync
gulp.task('browser-sync', function() {
browserSync.init({
files: ["./**/*.php", "./**./*.html"],
proxy: "my-project.dev"
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment