feat(styles): add browser scss builder system
This commit is contained in:
+15
-3
@@ -116,7 +116,7 @@
|
||||
"runtime": "Node + Socket.IO",
|
||||
"entry": "socket/server.mjs",
|
||||
"devCommand": "npm run dev:toolkit",
|
||||
"healthUrl": "http://127.0.0.1:5174/health",
|
||||
"healthUrl": "http://127.0.0.1:5175/health",
|
||||
"deployCommand": "npm run deploy:toolkit",
|
||||
"deployHealthUrl": "http://bone-kingdom.tabitha.tealthrone:5174/health",
|
||||
"primary": true
|
||||
@@ -255,6 +255,18 @@
|
||||
"fonts": "src/assets/fonts/",
|
||||
"music": "src/assets/music/",
|
||||
"scss": "src/assets/scss/",
|
||||
"scssBuilders": [
|
||||
"src/assets/scss/__variables.scss",
|
||||
"src/assets/scss/__mixins.scss",
|
||||
"src/assets/scss/__globals.scss",
|
||||
"src/assets/scss/__scrollbars.scss",
|
||||
"src/assets/scss/__typography.scss",
|
||||
"src/assets/scss/__layout.scss",
|
||||
"src/assets/scss/__surfaces.scss",
|
||||
"src/assets/scss/__buttons.scss",
|
||||
"src/assets/scss/__forms.scss",
|
||||
"src/assets/scss/__toolkit.scss"
|
||||
],
|
||||
"favicon": "src/assets/images/favicon.svg"
|
||||
},
|
||||
"data": {
|
||||
@@ -465,7 +477,7 @@
|
||||
],
|
||||
"verify": [
|
||||
"npm run test -- --runInBand",
|
||||
"npm run dev:toolkit and check http://127.0.0.1:5174/health"
|
||||
"npm run dev:toolkit and check http://127.0.0.1:5175/health"
|
||||
]
|
||||
},
|
||||
"mobile": {
|
||||
@@ -621,7 +633,7 @@
|
||||
"socketChanges": [
|
||||
"npm run test -- --runInBand",
|
||||
"npm run dev:toolkit",
|
||||
"curl http://127.0.0.1:5174/health",
|
||||
"curl http://127.0.0.1:5175/health",
|
||||
"curl http://bone-kingdom.tabitha.tealthrone:5174/health"
|
||||
],
|
||||
"mobileChanges": ["npm run lint", "npm run test -- --runInBand"],
|
||||
|
||||
Reference in New Issue
Block a user