Skip to content

Commit

Permalink
clean up + delete js related things
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh committed Nov 29, 2023
1 parent c447601 commit eb4cb03
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 5,827 deletions.
50 changes: 0 additions & 50 deletions bin/build.js

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"type": "module",
"scripts": {
"dev:styles": "npx tailwindcss -i resources/css/index.css -o resources/dist/filament-kanban.css --postcss --watch",
"dev:scripts": "node bin/build.js --dev",
"build:styles": "npx tailwindcss -i resources/css/index.css -o resources/dist/filament-kanban.css --postcss --minify && npm run purge",
"build:scripts": "node bin/build.js",
"purge": "filament-purge -i resources/dist/filament-kanban.css -o resources/dist/filament-kanban.css -v 3.x",
"dev": "npm-run-all --parallel dev:*",
"build": "npm-run-all build:*"
Expand Down
Loading

0 comments on commit eb4cb03

Please sign in to comment.