forked from projects/fipamo
found weird stylus source map error. just turned off source mapping for now
This commit is contained in:
parent
fe2b0f17bb
commit
4f1993516f
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
"dev": "nodemon -r esm init.js --ignore node_modules/ -e js",
|
"dev": "nodemon -r esm init.js --ignore node_modules/ -e js",
|
||||||
"debug": "nodemon inspect -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}}",
|
"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"
|
"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": {
|
"engines": {
|
||||||
|
|
|
@ -14,7 +14,7 @@ textarea
|
||||||
border 0
|
border 0
|
||||||
border-radius 3px
|
border-radius 3px
|
||||||
color $type02
|
color $type02
|
||||||
font 15px $monoType
|
font 1em $monoType
|
||||||
|
|
||||||
button, input[type=submit]
|
button, input[type=submit]
|
||||||
background $highlight
|
background $highlight
|
||||||
|
|
Loading…
Reference in a new issue