-
Notifications
You must be signed in to change notification settings - Fork 198
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
feat: add css minification output #2605
Open
castastrophe
wants to merge
2
commits into
main
Choose a base branch
from
feat-minified-export
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
castastrophe
added
the
skip_vrt
Add to a PR to skip running VRT (but still pass the action)
label
Mar 22, 2024
castastrophe
added
the
build
Issues associated with the build process; often a refactor
label
Mar 22, 2024
🚀 Deployed on https://pr-2605--spectrum-css.netlify.app |
File metricsSummaryTotal size: 3.71 MB* File change detailsaccordion
actionbar
actionbutton
actiongroup
alertbanner
alertdialog
asset
assetcard
assetlist
avatar
badge
breadcrumb
button
buttongroup
calendar
card
checkbox
clearbutton
closebutton
coachindicator
coachmark
colorarea
colorhandle
colorloupe
colorslider
colorwheel
combobox
contextualhelp
datepicker
dial
dialog
divider
dropindicator
dropzone
fieldgroup
fieldlabel
floatingactionbutton
helptext
icon
illustratedmessage
infieldbutton
inlinealert
link
logicbutton
menu
miller
modal
opacitycheckerboard
page
pagination
picker
pickerbutton
popover
progressbar
progresscircle
radio
rating
search
sidenav
slider
splitview
statuslight
steplist
stepper
swatch
swatchgroup
switch
table
tabs
tag
taggroup
textfield
thumbnail
toast
tooltip
tray
treeview
typography
underlay
well
* An ASCII character in UTF-8 is 8 bits or 1 byte. |
castastrophe
force-pushed
the
feat-minified-export
branch
4 times, most recently
from
March 22, 2024 20:55
2c63ab0
to
76c9fb0
Compare
castastrophe
force-pushed
the
feat-minified-export
branch
from
March 22, 2024 22:14
76c9fb0
to
6050760
Compare
castastrophe
force-pushed
the
feat-minified-export
branch
from
March 27, 2024 21:13
6050760
to
8748115
Compare
castastrophe
force-pushed
the
feat-minified-export
branch
5 times, most recently
from
April 4, 2024 21:16
8ecac51
to
86f9349
Compare
castastrophe
force-pushed
the
feat-minified-export
branch
2 times, most recently
from
April 18, 2024 20:38
683e326
to
ddea38a
Compare
🦋 Changeset detectedLatest commit: 07d06c5 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
castastrophe
force-pushed
the
feat-minified-export
branch
7 times, most recently
from
May 3, 2024 22:04
501f749
to
bf9ccf5
Compare
castastrophe
added
icebox
Temporary archive; things in long-term consideration
and removed
ready-for-review
labels
Sep 19, 2024
castastrophe
force-pushed
the
feat-minified-export
branch
2 times, most recently
from
September 19, 2024 19:59
d0c7c70
to
22c8305
Compare
castastrophe
force-pushed
the
feat-minified-export
branch
5 times, most recently
from
October 3, 2024 00:18
b27b090
to
9cf7f73
Compare
castastrophe
force-pushed
the
feat-minified-export
branch
4 times, most recently
from
October 11, 2024 14:19
cf46d92
to
251cd46
Compare
castastrophe
force-pushed
the
feat-minified-export
branch
from
October 16, 2024 20:49
251cd46
to
d1e3df0
Compare
castastrophe
force-pushed
the
feat-minified-export
branch
7 times, most recently
from
November 5, 2024 19:18
83a31ad
to
df800a3
Compare
castastrophe
force-pushed
the
feat-minified-export
branch
2 times, most recently
from
November 6, 2024 17:07
a3a4153
to
588578e
Compare
castastrophe
force-pushed
the
feat-minified-export
branch
from
December 19, 2024 20:43
588578e
to
eb793c1
Compare
castastrophe
force-pushed
the
feat-minified-export
branch
from
January 14, 2025 15:35
eb793c1
to
ec086af
Compare
castastrophe
force-pushed
the
feat-minified-export
branch
from
January 15, 2025 15:08
ec086af
to
07d06c5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
build
Issues associated with the build process; often a refactor
icebox
Temporary archive; things in long-term consideration
low priority
Not a critical update or fix; can be deprioritized if necessary
s1
size-3 M
~18-30hrs; moderate effort or complexity, several work days needed.
skip_vrt
Add to a PR to skip running VRT (but still pass the action)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR would add a minified and gzipped output for all existing CSS exports. These assets are only created on production builds.
Jira CSS-880
How and where has this been tested?
Please tag yourself on the tests you've marked complete to confirm the tests have been run by someone other than the author.
Validation steps
To-do list