Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. "scripts": {
  2. "sass": "node-sass src/sass/style.scss -o public/asset/css/ --output-style expanded",
  3. "build:sass": "npm run sass",
  4. "watch:sass": "npm run sass && npm run sass -- -w --source-map src/sass/style.css.map"
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement