Laravel-Backpack / FileManager

Admin interface for files & folders, using elFinder.
Other
94 stars 21 forks source link

add inner css includes to basset #42

Closed pxpm closed 1 year ago

pxpm commented 1 year ago

WHY

BEFORE - What was wrong? What was happening before this PR?

Reported in https://github.com/Laravel-Backpack/basset/issues/98

@promatik did well closing it there as it's not a basset issue, but user came back with more feedback https://github.com/Laravel-Backpack/basset/issues/98#issuecomment-1734951344 and made it clear where the problem was.

This is also the cause of the problem reported here: https://github.com/Laravel-Backpack/demo/issues/574

AFTER - What is happening after this PR?

We add the files that the .css file load internally to basset to without outputting them as @promatik suggested.