Skip to content
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

Update clean-css-cli to v5.2.0. #33099

Merged
merged 2 commits into from Feb 18, 2021
Merged

Update clean-css-cli to v5.2.0. #33099

merged 2 commits into from Feb 18, 2021

Conversation

XhmikosR
Copy link
Member

@XhmikosR XhmikosR commented Feb 15, 2021

Draft because of a couple of upstream issues, most importantly clean-css/clean-css#1143

Should simplify our scripts. Speed should be a little faster, too.

Preview: https://deploy-preview-33099--twbs-bootstrap.netlify.app/

@XhmikosR XhmikosR force-pushed the main-xmr-update-cleancss branch 2 times, most recently from 3321d3a to 850a50c Compare February 18, 2021 13:51
@XhmikosR XhmikosR added this to Inbox in v5.0.0-beta3 via automation Feb 18, 2021
@XhmikosR XhmikosR marked this pull request as ready for review February 18, 2021 14:25
@@ -29,8 +29,8 @@
"css-lint-stylelint": "stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache --rd",
"css-lint-vars": "fusv scss/ site/assets/scss/",
"css-minify": "npm-run-all --parallel css-minify-*",
"css-minify-main": "cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-utilities.min.css dist/css/bootstrap-utilities.css && cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css",
"css-minify-rtl": "cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap.rtl.min.css dist/css/bootstrap.rtl.css && cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-grid.rtl.min.css dist/css/bootstrap-grid.rtl.css && cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-utilities.rtl.min.css dist/css/bootstrap-utilities.rtl.css && cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-reboot.rtl.min.css dist/css/bootstrap-reboot.rtl.css",
"css-minify-main": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*rtl*.css\"",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--with-rebase is needed, but I'm not sure if it should be. clean-css/clean-css-cli#57

v5.0.0-beta3 automation moved this from Inbox to Approved Feb 18, 2021
@XhmikosR XhmikosR changed the title Update update clean-css to v5.x. Update update clean-css-cli to v5.2.0. Feb 18, 2021
@XhmikosR XhmikosR changed the title Update update clean-css-cli to v5.2.0. Update clean-css-cli to v5.2.0. Feb 18, 2021
@XhmikosR XhmikosR merged commit d55abc2 into main Feb 18, 2021
v5.0.0-beta3 automation moved this from Approved to Done Feb 18, 2021
@XhmikosR XhmikosR deleted the main-xmr-update-cleancss branch February 18, 2021 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v5.0.0-beta3
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants