Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
biagimarco
/
minify
Public
forked from
tdewolff/minify
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Mar 19, 2026
Update to v2.24.10-fix
biagimarco
committed
d4bcf9f
View commit details
Copy full SHA for d4bcf9f
Browse repository at this point
Fixed JS variables reordering
biagimarco
committed
d266f99
View commit details
Copy full SHA for d266f99
Browse repository at this point
Commits on Mar 1, 2026
Merge branch 'master' of github.com:tdewolff/minify
tdewolff
committed
c959c46
View commit details
Copy full SHA for c959c46
Browse repository at this point
Small tweaks
tdewolff
committed
26b30e5
View commit details
Copy full SHA for 26b30e5
Browse repository at this point
CSS: remove empty rulesets, see #908
tdewolff
committed
161ff00
View commit details
Copy full SHA for 161ff00
Browse repository at this point
Merge pull request #916 from VastBlast/fix-fail-on-warn-ci
Show description for bb56ad0
tdewolff
authored
bb56ad0
View commit details
Copy full SHA for bb56ad0
Browse repository at this point
disable fail on warn for ci
VastBlast
committed
2ea2a79
View commit details
Copy full SHA for 2ea2a79
Browse repository at this point
Commits on Feb 28, 2026
JS: fix variable renaming inside objects within object-property-methods, fixes #910
tdewolff
committed
9fb8080
View commit details
Copy full SHA for 9fb8080
Browse repository at this point
Merge pull request #915 from tdewolff/dependabot/npm_and_yarn/bindings/js/rollup-4.59.0
Show description for 25221ff
tdewolff
authored
25221ff
View commit details
Copy full SHA for 25221ff
Browse repository at this point
Bump rollup from 4.56.0 to 4.59.0 in /bindings/js
Show description for eec8a96
dependabot[bot]
authored
eec8a96
View commit details
Copy full SHA for eec8a96
Browse repository at this point
Merge pull request #909 from tdewolff/dependabot/npm_and_yarn/bindings/js/types/node-25.3.0
Show description for 257e2ab
tdewolff
authored
257e2ab
View commit details
Copy full SHA for 257e2ab
Browse repository at this point
Merge pull request #913 from tdewolff/dependabot/github_actions/actions/download-artifact-8
Show description for fb84324
tdewolff
authored
fb84324
View commit details
Copy full SHA for fb84324
Browse repository at this point
Merge pull request #914 from tdewolff/dependabot/github_actions/actions/upload-artifact-7
Show description for 3ed3dd4
tdewolff
authored
3ed3dd4
View commit details
Copy full SHA for 3ed3dd4
Browse repository at this point
Merge branch 'master' of github.com:tdewolff/minify
tdewolff
committed
ac26e09
View commit details
Copy full SHA for ac26e09
Browse repository at this point
JS: fix precedence in OptionalExpression within Member/CallExpressions; fixes #912
tdewolff
committed
699c8d9
View commit details
Copy full SHA for 699c8d9
Browse repository at this point
Commits on Feb 26, 2026
Bump actions/upload-artifact from 6 to 7
Show description for 9145d9c
dependabot[bot]
authored
9145d9c
View commit details
Copy full SHA for 9145d9c
Browse repository at this point
Bump actions/download-artifact from 7 to 8
Show description for 9f13c33
dependabot[bot]
authored
9f13c33
View commit details
Copy full SHA for 9f13c33
Browse repository at this point
Commits on Feb 23, 2026
Bump @types/node from 25.2.3 to 25.3.0 in /bindings/js
Show description for cb7458a
dependabot[bot]
authored
cb7458a
View commit details
Copy full SHA for cb7458a
Browse repository at this point
Commits on Feb 21, 2026
Merge pull request #904 from tdewolff/dependabot/npm_and_yarn/bindings/js/tsdown-0.20.3
Show description for 18c3df9
tdewolff
authored
18c3df9
View commit details
Copy full SHA for 18c3df9
Browse repository at this point
Bump tsdown from 0.17.0-beta.5 to 0.20.3 in /bindings/js
Show description for cdb3c48
dependabot[bot]
authored
cdb3c48
View commit details
Copy full SHA for cdb3c48
Browse repository at this point
Fix NodeJS workflow
tdewolff
committed
b32f9a6
View commit details
Copy full SHA for b32f9a6
Browse repository at this point
CSS: fix nested rulesets, see #908
tdewolff
committed
79ff2f0
View commit details
Copy full SHA for 79ff2f0
Browse repository at this point
Commits on Feb 19, 2026
CSS: add initial support for nested rulesets, fixes #908
tdewolff
committed
864802e
View commit details
Copy full SHA for 864802e
Browse repository at this point
Commits on Feb 18, 2026
Merge branch 'master' of github.com:tdewolff/minify
tdewolff
committed
713a93d
View commit details
Copy full SHA for 713a93d
Browse repository at this point
HTML: don't remove end tags in <template>, fixes #907
tdewolff
committed
cf2562e
View commit details
Copy full SHA for cf2562e
Browse repository at this point
Commits on Feb 16, 2026
Merge pull request #906 from tdewolff/dependabot/npm_and_yarn/bindings/js/types/node-25.2.3
Show description for 0b1c258
tdewolff
authored
0b1c258
View commit details
Copy full SHA for 0b1c258
Browse repository at this point
Bump @types/node from 24.10.1 to 25.2.3 in /bindings/js
Show description for 5abcdef
dependabot[bot]
authored
5abcdef
View commit details
Copy full SHA for 5abcdef
Browse repository at this point
Merge pull request #899 from tdewolff/dependabot/npm_and_yarn/bindings/js/vitest-4.0.18
Show description for 4f14b56
tdewolff
authored
4f14b56
View commit details
Copy full SHA for 4f14b56
Browse repository at this point
Merge pull request #898 from tdewolff/dependabot/npm_and_yarn/bindings/js/koffi-2.15.1
Show description for f69443f
tdewolff
authored
f69443f
View commit details
Copy full SHA for f69443f
Browse repository at this point
Merge pull request #891 from tdewolff/dependabot/github_actions/pypa/cibuildwheel-3.3.1
Show description for 5d6f4be
tdewolff
authored
5d6f4be
View commit details
Copy full SHA for 5d6f4be
Browse repository at this point
Merge pull request #882 from tdewolff/dependabot/github_actions/actions/upload-artifact-6
Show description for e5098c1
tdewolff
authored
e5098c1
View commit details
Copy full SHA for e5098c1
Browse repository at this point
Merge pull request #881 from tdewolff/dependabot/github_actions/actions/download-artifact-7
Show description for 70d1076
tdewolff
authored
70d1076
View commit details
Copy full SHA for 70d1076
Browse repository at this point
Commits on Jan 29, 2026
cmd: ignore bad softlinks, remove verbosity level for warning (now 1 is info, 2 is debug); fix bugs for --match/--include/--exclude, see #901
tdewolff
committed
429f465
View commit details
Copy full SHA for 429f465
Browse repository at this point
cmd: fix --match for Windows, see #901
tdewolff
committed
58d4d90
View commit details
Copy full SHA for 58d4d90
Browse repository at this point
cmd: fix --match for Windows, fixes #901
tdewolff
committed
66bad8b
View commit details
Copy full SHA for 66bad8b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.