Skip to content

Dev #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 16, 2023
Prev Previous commit
Next Next commit
Adding sass scripts
  • Loading branch information
webdevnerdstuff committed Apr 16, 2023
commit 755b726dfcb8e90e177091641eeea733e0df7539
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"dev": "vite",
"watch": "pnpm dev",
"play": "sh src/playground/configs/build.sh && NODE_ENV=playground vite",
"sass": "sass --watch --no-source-map src/plugin/themes/scss/:src/plugin/themes/css",
"sass:min": "sass --style compressed --watch --no-source-map src/plugin/themes/scss/:src/plugin/themes/css/min",
"bundle": "rollup -c --bundleConfigAsCjs",
"build": "vite build",
"predeploy": "npm run build",
Expand Down