Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. "watch": "npm-run-all build -p watch:* ",
  2. "watch:sassprefixer": "onchange sass/style.scss -- npm-run-all watch:sass watch:autoprefixer",
  3. "watch:sass": "node-sass --output-style expanded --source-map true -o css sass",
  4. "watch:autoprefixer": "autoprefixer-cli -o css/style.css css/style.css",
  5. "watch:browsersync": "browser-sync start --server --files css/*.css *.html"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement