laravel / jetstream

Tailwind scaffolding for the Laravel framework.

Home Page:https://jetstream.laravel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing Jetstream deletes the resources/sass folder

cotiga opened this issue · comments

Jetstream Version

^4.1

Jetstream Stack

Livewire

Laravel Version

^10.10

PHP Version

8.2

Database Driver & Version

MySQL 8.0.19 Herd/DBngin on MacOS 12

Description

All my projects use Bootstrap 5. Stylesheets for Bootstrap 5 are saved in a folder named "sass" located in "resources".
During installation, Jetstream deletes this folder (even though Jetstream doesn't even use it)!
This wasted a lot of time and I don't think it's normal...
Mr. Taylor, there are still developers who don't want Tailwind, I'm one of them! Please be careful not to sabotage our work!

Steps To Reproduce

Install Jetstream on an existing project using scss files in /resources/sass

composer require laravel/jetstream

php artisan jetstream:install livewire --teams

The sass folder is erased!

Jetstream is only meant to be installed on new Laravel projects, not existing ones. Please see the install docs.

I developed my own Laravel installer with everything I need for new projects. So sorry to tell you that your answer does not suit me.
But hey, in any case Laravel is becoming too "crony" oriented, I'm going to slowly return to my old bases, respectful of the "artisans" developers (what I thought Laravel was)
Thanks