Skip to content

Instantly share code, notes, and snippets.

@de314
Created December 30, 2017 16:07
Show Gist options
  • Save de314/c213d40226310282f4deb4ad1204e8f0 to your computer and use it in GitHub Desktop.
Save de314/c213d40226310282f4deb4ad1204e8f0 to your computer and use it in GitHub Desktop.
Browser Sync
{
"name": "demo",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "browser-sync start --server --files '*.css, *.html, *.js'"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"browser-sync": "^2.21.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment