dev script updates for scss watch

This commit is contained in:
2024-05-24 13:40:59 -05:00
parent e9fd60e619
commit 49864874fc
3 changed files with 33 additions and 12 deletions

View File

@@ -24,9 +24,9 @@
},
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon . & npm run scss",
"scss": "sass src/scss/application.scss:src/public/css/application.css src/scss/eventsheet.scss:src/public/css/eventsheet.css",
"scss watch": "sass --watch src/scss/application.scss:src/public/css/application.css src/scss/eventsheet.scss:src/public/css/eventsheet.css"
"dev": "nodemon .",
"build-css": "sass src/scss:src/public/css",
"watch-scss": "nodemon -e scss -x \"npm run build-css\""
},
"dependencies": {
"@teamsnap/teamsnap-ui": "^3.12.3",