cp6 / my-idlers

Web app for displaying, organizing and storing information about servers (VPS), shared hosting, reseller hosting, domains and more.
https://demo.myidlers.com
MIT License
249 stars 30 forks source link

Remove outdated resources #88

Open Gamerboy59 opened 1 year ago

Gamerboy59 commented 1 year ago

There appear to be unused and outdated resources (like bootstrap v5.1 or vue) in the public folder. I couldn't find where they're used since all new stuff with laravel-mix goes into app.js/.css etc. If these resources aren't used in this project, they should be deleted to not put outdated stuff on peoples webservers. At the same time, the dev requirements in the package.json and composer.json should be reviewed in terms of necessity.

Gamerboy59 commented 1 year ago

Outdated resources removed by commit 4dbfe6f. Dev-Requirements review still necessarry.