From a704d451d411ffe01e45919659534fc8c6650f25 Mon Sep 17 00:00:00 2001 From: Annika Backstrom Date: Sat, 14 Dec 2019 14:44:36 -0500 Subject: [PATCH] Remove stylus Not sure I ever used this. --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index ac1305e..04b16c7 100644 --- a/package.json +++ b/package.json @@ -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",