Skip to content

Instantly share code, notes, and snippets.

@jestho
Created February 27, 2017 22:03
Show Gist options
  • Save jestho/fc1638dd4eeacf49331a748d2d9b2e91 to your computer and use it in GitHub Desktop.
Save jestho/fc1638dd4eeacf49331a748d2d9b2e91 to your computer and use it in GitHub Desktop.
Quick Sass/BrowserSync
{
"name": "flow",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "npm-run-all --parallel styles:watch browsersync",
"styles:watch": "node-sass --watch style.scss style.css",
"browsersync": "browser-sync start --server --files \"*.html, *.js, *.css\""
},
"dependencies": {
"npm-run-all": "^4.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment