CRUD icon indicating copy to clipboard operation
CRUD copied to clipboard

[WIP] Don't include CSS&JS assets in ZIP file

Open tabacitu opened this issue 3 years ago • 1 comments

WHY

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

The ZIP that got downloaded by composer install was 40.3 MB. Details in https://github.com/Laravel-Backpack/ideas/issues/116

AFTER - What is happening after this PR?

The ZIP is 0.9 MB.

HOW

How did you achieve that, in technical terms?

Telling git (and github) to not include src/public/ in the downloaded ZIP.

Is it a breaking change or non-breaking change?

Super-breaking.

How can we test the before & after?

Don't. This is WIP.

tabacitu avatar Dec 14 '21 08:12 tabacitu

The inspection completed: No new issues

scrutinizer-notifier avatar Dec 14 '21 08:12 scrutinizer-notifier

This is no longer needed. We'll be going with https://github.com/Laravel-Backpack/ideas/issues/116#issuecomment-1360914604

tabacitu avatar Dec 21 '22 06:12 tabacitu