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 }}
michaweber
/
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 Sep 9, 2019
Travis to Go1.13
tdewolff
committed
fd7e9b3
View commit details
Copy full SHA for fd7e9b3
Browse repository at this point
Update parse to add css.Url, fixes #264
tdewolff
committed
dae50f9
View commit details
Copy full SHA for dae50f9
Browse repository at this point
CSS: remove space after function close parentheses
tdewolff
committed
d8af68e
View commit details
Copy full SHA for d8af68e
Browse repository at this point
Commits on Sep 5, 2019
Upgrade github.com/tdewolff/test to v1.0.4
tdewolff
committed
9b8ac93
View commit details
Copy full SHA for 9b8ac93
Browse repository at this point
Bug fix: CSS panic on -ms-filter with one quote
tdewolff
committed
40a823e
View commit details
Copy full SHA for 40a823e
Browse repository at this point
Bug fix: CSS panic on url() with only one quote
tdewolff
committed
a2fff29
View commit details
Copy full SHA for a2fff29
Browse repository at this point
Bug fix: CSS panic on url() with only whitespace
tdewolff
committed
6bd2f95
View commit details
Copy full SHA for 6bd2f95
Browse repository at this point
Fix fuzz bug with background-position with three numbers; enable background position minify with calc(); updates #263
tdewolff
committed
1b5a2f7
View commit details
Copy full SHA for 1b5a2f7
Browse repository at this point
Commits on Sep 4, 2019
CSS fix background panic when it contains functions for [bg-image], needs work in the future, fixes #263
tdewolff
committed
008ade2
View commit details
Copy full SHA for 008ade2
Browse repository at this point
Commits on Aug 22, 2019
Update parse to v2.3.9, fixes #262
tdewolff
committed
c71ba53
View commit details
Copy full SHA for c71ba53
Browse repository at this point
Commits on Jul 25, 2019
Update travis.yml
tdewolff
committed
9f8ee51
View commit details
Copy full SHA for 9f8ee51
Browse repository at this point
Update to test-v1.0.3
tdewolff
committed
84ee70e
View commit details
Copy full SHA for 84ee70e
Browse repository at this point
Bugfix: relative SVG Bézier commands not properly minified
tdewolff
committed
87c234e
View commit details
Copy full SHA for 87c234e
Browse repository at this point
Commits on Jul 21, 2019
Bugfix: don't convert polyline/rect/polygon/line to path, which break CSS
tdewolff
committed
c05f24e
View commit details
Copy full SHA for c05f24e
Browse repository at this point
Commits on Jul 16, 2019
Merge branch 'master' of github.com:tdewolff/minify
tdewolff
committed
303fb6e
View commit details
Copy full SHA for 303fb6e
Browse repository at this point
Remove import comments; to parse v2.3.8
tdewolff
committed
d2d0a4b
View commit details
Copy full SHA for d2d0a4b
Browse repository at this point
Commits on Jun 17, 2019
Merge pull request #258 from kalch/master
Show description for 7998afb
tdewolff
authored
7998afb
View commit details
Copy full SHA for 7998afb
Browse repository at this point
Commits on Jun 15, 2019
Change helper function template.MustCompile to template.Must in README.md
kalch
committed
c8346c1
View commit details
Copy full SHA for c8346c1
Browse repository at this point
Commits on Jun 10, 2019
Bugfix: SVG do not convert line/rect to path if coordinates have dimensions, fixes #256
tdewolff
committed
579ccef
View commit details
Copy full SHA for 579ccef
Browse repository at this point
Commits on Jun 5, 2019
Bugfix: CSS error loop when encountering } in inline style, fixes #255
tdewolff
committed
4ce945e
View commit details
Copy full SHA for 4ce945e
Browse repository at this point
Commits on May 17, 2019
Update tdewolff/parse to v2.3.7
tdewolff
committed
c493b0d
View commit details
Copy full SHA for c493b0d
Browse repository at this point
Commits on May 14, 2019
HTML: trim and collapse whitespace in certain attribute values, fixes #254
tdewolff
committed
1ef661f
View commit details
Copy full SHA for 1ef661f
Browse repository at this point
Fix background-position panic with offsets that are zero, fixes #252
tdewolff
committed
3d03ed5
View commit details
Copy full SHA for 3d03ed5
Browse repository at this point
Commits on Apr 19, 2019
Fix error position in CSS error context, and add coverage
tdewolff
committed
2524af8
View commit details
Copy full SHA for 2524af8
Browse repository at this point
Commits on Apr 18, 2019
Add car sample to SVG benchmarks
tdewolff
committed
f952ef8
View commit details
Copy full SHA for f952ef8
Browse repository at this point
SVG pathdata: shorten C->S->L and Q->T->L where possible
tdewolff
committed
1883423
View commit details
Copy full SHA for 1883423
Browse repository at this point
Update GoReleaser file and go.mod
tdewolff
committed
08dcf0e
View commit details
Copy full SHA for 08dcf0e
Browse repository at this point
Update version of tdewolff/parse to v2.3.6
tdewolff
committed
6191769
View commit details
Copy full SHA for 6191769
Browse repository at this point
Commits on Apr 11, 2019
Added background comments
tdewolff
committed
1c46ace
View commit details
Copy full SHA for 1c46ace
Browse repository at this point
More background-position tests
tdewolff
committed
291243f
View commit details
Copy full SHA for 291243f
Browse repository at this point
Further minification of background-position, see #247
tdewolff
committed
7ddf787
View commit details
Copy full SHA for 7ddf787
Browse repository at this point
Commits on Apr 5, 2019
Fix tests, #247
tdewolff
committed
9e61ab0
View commit details
Copy full SHA for 9e61ab0
Browse repository at this point
Bugfix: background with background-size containing functions removed slash, fixes #247
tdewolff
committed
87dacf4
View commit details
Copy full SHA for 87dacf4
Browse repository at this point
Make M concurrent-safe, fixes #249
tdewolff
committed
2028e63
View commit details
Copy full SHA for 2028e63
Browse repository at this point
Commits on Mar 15, 2019
Use double quotes for RDFa attributes, see #236
tdewolff
committed
14ed444
View commit details
Copy full SHA for 14ed444
Browse repository at this point
Previous
Next
You can’t perform that action at this time.