fix live reloading

This commit is contained in:
Ben Harris 2018-06-07 17:24:04 -04:00
parent 33c4f1c92a
commit 21068eccad
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"scripts": {
"build": "lessc less/hacker.less dist/hacker.css --clean-css=\"--s1 --advanced --compatibility=ie8\"",
"deploy": "scp dist/hacker.css ben@tilde.team:/var/www/html/tilde.team/public_html/css/.",
"dev": "light-server -s . -p 9000 -w \"index.html, **/*.less\" -o"
"dev": "light-server -s . -p 9000 -w \"index.html, **/*.less # npm run build\" -o"
},
"repository": {
"type": "git",