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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
tkforks
/
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 Jul 16, 2024
HTML: remove spaces around <title> tag
tdewolff
committed
400c636
View commit details
Copy full SHA for 400c636
Browse repository at this point
Commits on Jul 10, 2024
cmd: allow forward and backward slashes for Windows platform, fixes #726
tdewolff
committed
f50b46a
View commit details
Copy full SHA for f50b46a
Browse repository at this point
JS: variable usage, indexing and dot expressions have side-effects, fixes #725
tdewolff
committed
767148c
View commit details
Copy full SHA for 767148c
Browse repository at this point
JS: don't remove group around optional chaining expressions when it's the left side of a dot expression, fixes #724
tdewolff
committed
9fab517
View commit details
Copy full SHA for 9fab517
Browse repository at this point
JS: fix !"" => true, fixes #723
tdewolff
committed
3354711
View commit details
Copy full SHA for 3354711
Browse repository at this point
Commits on Jul 8, 2024
Merge pull request #721 from tdewolff/dependabot/github_actions/pypa/cibuildwheel-2.19.2
Show description for ba78373
tdewolff
authored
ba78373
View commit details
Copy full SHA for ba78373
Browse repository at this point
Commits on Jul 4, 2024
XML: keep all spaces inside CDATA, fixes #722
tdewolff
committed
d07e07f
View commit details
Copy full SHA for d07e07f
Browse repository at this point
Add test for #722
tdewolff
committed
03662c3
View commit details
Copy full SHA for 03662c3
Browse repository at this point
Commits on Jul 2, 2024
Bump pypa/cibuildwheel from 2.19.1 to 2.19.2
Show description for dd47199
dependabot[bot]
authored
dd47199
View commit details
Copy full SHA for dd47199
Browse repository at this point
Merge pull request #718 from tdewolff/dependabot/github_actions/softprops/action-gh-release-2.0.6
Show description for fffa3db
tdewolff
authored
fffa3db
View commit details
Copy full SHA for fffa3db
Browse repository at this point
Merge pull request #716 from tdewolff/dependabot/github_actions/docker/build-push-action-6
Show description for 2669b34
tdewolff
authored
2669b34
View commit details
Copy full SHA for 2669b34
Browse repository at this point
Merge pull request #715 from tdewolff/dependabot/github_actions/pypa/gh-action-pypi-publish-1.9.0
Show description for 71bd0d7
tdewolff
authored
71bd0d7
View commit details
Copy full SHA for 71bd0d7
Browse repository at this point
Merge pull request #714 from tdewolff/dependabot/github_actions/pypa/cibuildwheel-2.19.1
Show description for be745f5
tdewolff
authored
be745f5
View commit details
Copy full SHA for be745f5
Browse repository at this point
Merge branch 'master' of github.com:tdewolff/minify
tdewolff
committed
7c23df3
View commit details
Copy full SHA for 7c23df3
Browse repository at this point
Don't change options, fixes #720
tdewolff
committed
3658dff
View commit details
Copy full SHA for 3658dff
Browse repository at this point
Commits on Jun 26, 2024
Merge pull request #719 from espinosa/scoop
Show description for d97383e
tdewolff
authored
d97383e
View commit details
Copy full SHA for d97383e
Browse repository at this point
Install windows binary with scoop
Antonio Espinosa
committed
4bc0570
View commit details
Copy full SHA for 4bc0570
Browse repository at this point
Commits on Jun 21, 2024
JS: improve decision to convert string to template literal; don't count \r, see #717
tdewolff
committed
675afc8
View commit details
Copy full SHA for 675afc8
Browse repository at this point
Commits on Jun 20, 2024
Bump softprops/action-gh-release from 2.0.5 to 2.0.6
Show description for 2b25831
dependabot[bot]
authored
2b25831
View commit details
Copy full SHA for 2b25831
Browse repository at this point
Commits on Jun 17, 2024
Bump docker/build-push-action from 5 to 6
Show description for 428f5dc
dependabot[bot]
authored
428f5dc
View commit details
Copy full SHA for 428f5dc
Browse repository at this point
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0
Show description for bcf2cfe
dependabot[bot]
authored
bcf2cfe
View commit details
Copy full SHA for bcf2cfe
Browse repository at this point
Commits on Jun 13, 2024
Bump pypa/cibuildwheel from 2.18.1 to 2.19.1
Show description for 1e0db77
dependabot[bot]
authored
1e0db77
View commit details
Copy full SHA for 1e0db77
Browse repository at this point
Commits on Jun 11, 2024
Update tdewolff/parse
tdewolff
committed
a338f49
View commit details
Copy full SHA for a338f49
Browse repository at this point
Merge branch 'master' of github.com:tdewolff/minify
tdewolff
committed
6f9a4ea
View commit details
Copy full SHA for 6f9a4ea
Browse repository at this point
Update dependencies, fixes some bugs in argp
tdewolff
committed
76bec4e
View commit details
Copy full SHA for 76bec4e
Browse repository at this point
Commits on Jun 9, 2024
Merge pull request #712 from mrf345/add-keep-special-comments-to-bindings
Show description for b023a48
tdewolff
authored
b023a48
View commit details
Copy full SHA for b023a48
Browse repository at this point
chore: add keep-special-comments to bindings
mrf345
committed
c625b71
View commit details
Copy full SHA for c625b71
Browse repository at this point
Commits on Jun 7, 2024
Merge branch 'master' of github.com:tdewolff/minify
tdewolff
committed
f75995c
View commit details
Copy full SHA for f75995c
Browse repository at this point
JS: don't convert carriage returns (\r) to a literal inside template literals, fixes #708
tdewolff
committed
7930f01
View commit details
Copy full SHA for 7930f01
Browse repository at this point
Commits on Jun 6, 2024
Merge pull request #709 from shlomif/grammar-fixes
Show description for 152fd9a
tdewolff
authored
152fd9a
View commit details
Copy full SHA for 152fd9a
Browse repository at this point
Correct some broken spelling in the README.
Show description for 579d27b
shlomif
committed
579d27b
View commit details
Copy full SHA for 579d27b
Browse repository at this point
Commits on May 27, 2024
Fixed NodeJS and Python bindings (again)
tdewolff
committed
bfacf27
View commit details
Copy full SHA for bfacf27
Browse repository at this point
Fix Python build
tdewolff
committed
56d1d17
View commit details
Copy full SHA for 56d1d17
Browse repository at this point
Commits on May 26, 2024
Fix Python build
tdewolff
committed
6f25688
View commit details
Copy full SHA for 6f25688
Browse repository at this point
Fix Python .so location
tdewolff
committed
e45c411
View commit details
Copy full SHA for e45c411
Browse repository at this point
Previous
Next
You can’t perform that action at this time.