Skip to content

Commit

Permalink
removed unnecessary files and automated css compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 15, 2023
1 parent 9b75f5b commit 2c55aa8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2,160 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/dist/
/target/
/style/output.css
9 changes: 0 additions & 9 deletions justfile

This file was deleted.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"version": "1.0.0",
"description": "Rewritten version of website",
"scripts": {
"list": "pwd && ls -la",
"rnstl": "pnpm run list && ./vercel/install.sh",
"build": "./vercel/build.sh"
"dev": "pnpm run css --watch && trunk serve",
"css": "pnpx tailwindcss -i ./style/input.css -o ./style/output.css",
"rnstl": "./vercel/install.sh",
"build": "pnpm run css && ./vercel/build.sh"
},
"author": "Sokhibjon Orzikulov <[email protected]>",
"license": "CC0-1.0"
Expand Down
Loading

0 comments on commit 2c55aa8

Please sign in to comment.