Remove stylus

Not sure I ever used this.
This commit is contained in:
Annika Backstrom 2019-12-14 14:44:36 -05:00
parent 154adef5ba
commit a704d451d4
1 changed files with 1 additions and 5 deletions

View File

@ -8,11 +8,7 @@
"url": "https://git.abackstrom.com/annika/pi-rfid-jukebox"
},
"scripts": {
"build-css": "stylus source/stylesheets/index.styl -o static/css",
"watch-css": "stylus source/stylesheets/index.styl -o static/css -w",
"clean": "rm -rf static/css && mkdir -p static/css",
"build": "npm run clean && npm run build-css",
"watch": "npm run clean && npm run watch-css && nodemon player -e js,jade",
"watch": "nodemon player -e js,jade",
"start": "node player"
},
"author": "Annika Backstrom",