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",