Skip to content

Commit

Permalink
refactor: split the stylesheet into multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Jul 7, 2023
1 parent bb130db commit 1326b58
Show file tree
Hide file tree
Showing 11 changed files with 905 additions and 895 deletions.
2 changes: 1 addition & 1 deletion .github/build_done.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cp addon.js ./dist
cp config.js ./dist
sass style.scss ./dist/style.css
pnpm build:css
cp ./.github/install.sh ./dist
echo Done.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"dev": "node dev-server.js",
"build": "rollup -c && npm run hook:done",
"build:css": "sass style.scss ./dist/style.css",
"typecheck": "tsc --noEmit",
"hook:done": "sh .github/build_done.sh"
},
Expand Down
Loading

0 comments on commit 1326b58

Please sign in to comment.