Skip to content

Commit

Permalink
migrate to vite, less depend from nova (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanenko3 authored Mar 19, 2024
1 parent f5c78d3 commit 954ae26
Show file tree
Hide file tree
Showing 26 changed files with 6,112 additions and 5,989 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/front-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:

- run: npm i
- run: npm run nova:install
- run: npm run prod
- run: npm run build
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Homestead.yaml

config/version.yml

package-lock.json
composer.phar
composer.lock
yarn.lock
Expand Down
11 changes: 11 additions & 0 deletions dist/.vite/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"resources/js/tool.js": {
"file": "js/tool.js",
"src": "resources/js/tool.js",
"isEntry": true
},
"style.css": {
"file": "css/tool.css",
"src": "style.css"
}
}
1 change: 1 addition & 0 deletions dist/css/tool.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions dist/mix-manifest.json

This file was deleted.

33 changes: 0 additions & 33 deletions nova.mix.js

This file was deleted.

Loading

0 comments on commit 954ae26

Please sign in to comment.