found weird stylus source map error. just turned off source mapping for now

This commit is contained in:
Ro 2020-07-12 14:42:18 -07:00
parent fe2b0f17bb
commit 4f1993516f
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
"dev": "nodemon -r esm init.js --ignore node_modules/ -e js",
"debug": "nodemon inspect -r esm init.js --ignore node_modules/ -e js",
"prettier-watch": "npx onchange '**/*.js' -- npx prettier --write {{changed}}",
"watch": "stylus -w -m -o public/assets/css src/styles/dash.styl & parcel watch src/com/Start.js --out-dir public/assets/scripts --out-file dash.min.js --public-url /assets/scripts",
"watch": "stylus -w -o public/assets/css src/styles/dash.styl & parcel watch src/com/Start.js --out-dir public/assets/scripts --out-file dash.min.js --public-url /assets/scripts",
"build-back-kit": "uglifyjs src/libraries/highlight.pack.js node_modules/sortablejs/Sortable.min.js node_modules/scramble-text/dist/ScrambleText.min.js node_modules/reframe.js/dist/reframe.min.js -c -o public/assets/scripts/dashkit.min.js"
},
"engines": {

View file

@ -14,7 +14,7 @@ textarea
border 0
border-radius 3px
color $type02
font 15px $monoType
font 1em $monoType
button, input[type=submit]
background $highlight