Remove stylus
Not sure I ever used this.
This commit is contained in:
parent
154adef5ba
commit
a704d451d4
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user