-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add generic flat bundles, replace bricks-branded bundle #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π§© Analysis chain
π Script executed:
Repository: codeslash-dev/SLASHED
Length of output: 227
π Script executed:
Repository: codeslash-dev/SLASHED
Length of output: 481
π Script executed:
Repository: codeslash-dev/SLASHED
Length of output: 863
Preserve
./bricksas a compatibility export (or ship an intentional major breaking change).Dropping the
./brickssubpath frompackage.jsonwill break existing consumers importingslashed/bricksat resolution time. Add a deprecated alias pointing to the existing./optimal/flatbundle (./dist/slashed.optimal.flat.css).Suggested compatibility patch
"./full": "./dist/slashed.full.css", "./full/flat": "./dist/slashed.full.flat.css", "./flat": "./dist/slashed.full.flat.css", + "./bricks": "./dist/slashed.optimal.flat.css", "./core/*": "./core/*", "./optional/*": "./optional/*"π€ Prompt for AI Agents