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
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 }}
ster
/
minify
Public
forked from
matthiasmullie/minify
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Nov 25, 2016
Add test for #150
matthiasmullie
committed
bc46e8b
View commit details
Copy full SHA for bc46e8b
Browse repository at this point
Commits on Nov 23, 2016
Add test for #149
matthiasmullie
committed
c0582c8
View commit details
Copy full SHA for c0582c8
Browse repository at this point
php-cs-fixer
matthiasmullie
committed
b473aff
View commit details
Copy full SHA for b473aff
Browse repository at this point
Add php-cs-fixer
matthiasmullie
committed
b38b116
View commit details
Copy full SHA for b38b116
Browse repository at this point
Fix incorrect color replacement for colors starting with #foo
matthiasmullie
committed
6340735
View commit details
Copy full SHA for 6340735
Browse repository at this point
Commits on Nov 11, 2016
Restore previous regex extraction method
Show description for 101a563
matthiasmullie
committed
101a563
View commit details
Copy full SHA for 101a563
Browse repository at this point
Commits on Nov 10, 2016
Fix regex-extraction memory inefficiency
Show description for 91c16fe
matthiasmullie
committed
91c16fe
View commit details
Copy full SHA for 91c16fe
Browse repository at this point
Alternative regex matching
Show description for 288b7c0
matthiasmullie
committed
288b7c0
View commit details
Copy full SHA for 288b7c0
Browse repository at this point
Fix ASI regex extraction
Show description for 9bcf6e2
matthiasmullie
committed
9bcf6e2
View commit details
Copy full SHA for 9bcf6e2
Browse repository at this point
Improve regex detection
Show description for 7dd8d25
matthiasmullie
committed
7dd8d25
View commit details
Copy full SHA for 7dd8d25
Browse repository at this point
Commits on Nov 9, 2016
Don't strip import statements before empty tags
Show description for e93dffc
matthiasmullie
committed
e93dffc
View commit details
Copy full SHA for e93dffc
Browse repository at this point
Commits on Oct 27, 2016
Move line-feed normalization, to only affect code files, not file imports
Show description for 1a6cb6b
matthiasmullie
committed
1a6cb6b
View commit details
Copy full SHA for 1a6cb6b
Browse repository at this point
Merge branch 'smxsm-master'
matthiasmullie
committed
622e61c
View commit details
Copy full SHA for 622e61c
Browse repository at this point
Merge branch 'master' of https://github.com/smxsm/minify into smxsm-master
matthiasmullie
committed
be217eb
View commit details
Copy full SHA for be217eb
Browse repository at this point
Commits on Oct 16, 2016
replace CR linefeeds etc. when loading files
Show description for 53d98cd
smxsm
authored
53d98cd
View commit details
Copy full SHA for 53d98cd
Browse repository at this point
Commits on Oct 13, 2016
php-cs-fixer
matthiasmullie
committed
de4bcf2
View commit details
Copy full SHA for de4bcf2
Browse repository at this point
Fix passing array as argument to add
Show description for 099f5ec
matthiasmullie
committed
099f5ec
View commit details
Copy full SHA for 099f5ec
Browse repository at this point
Merge pull request #132 from eko3alpha/master
Show description for 089afe6
matthiasmullie
authored
089afe6
View commit details
Copy full SHA for 089afe6
Browse repository at this point
Regex can also be followed by .
Show description for 5bd843c
matthiasmullie
committed
5bd843c
View commit details
Copy full SHA for 5bd843c
Browse repository at this point
Commits on Sep 20, 2016
Fix 0px minification in calc()
Show description for 325e9b9
matthiasmullie
committed
325e9b9
View commit details
Copy full SHA for 325e9b9
Browse repository at this point
Commits on Sep 14, 2016
Add test for issue #136
matthiasmullie
committed
64f7d8a
View commit details
Copy full SHA for 64f7d8a
Browse repository at this point
Add test for issue #136
matthiasmullie
committed
52139da
View commit details
Copy full SHA for 52139da
Browse repository at this point
Don't shorten bools if they're object literal keys
Show description for f03da3f
matthiasmullie
committed
f03da3f
View commit details
Copy full SHA for f03da3f
Browse repository at this point
Only strip whitespace after other operations
Show description for 9e0dfaf
matthiasmullie
committed
9e0dfaf
View commit details
Copy full SHA for 9e0dfaf
Browse repository at this point
Improve whitespace stripping around certain operators
Show description for 97a8f64
matthiasmullie
committed
97a8f64
View commit details
Copy full SHA for 97a8f64
Browse repository at this point
Regular expressions can also be followed by }
Show description for d63980b
matthiasmullie
committed
d63980b
View commit details
Copy full SHA for d63980b
Browse repository at this point
Simplify regex & add test case for issue 120
matthiasmullie
committed
ac88354
View commit details
Copy full SHA for ac88354
Browse repository at this point
Merge pull request #121 from alexcorvi/master
Show description for 9e008d4
matthiasmullie
authored
9e008d4
View commit details
Copy full SHA for 9e008d4
Browse repository at this point
Commits on Aug 12, 2016
Feature: Add ability to pass an array of css and js assets as an argument
Show description for 54bdf69
aalvarado
committed
54bdf69
View commit details
Copy full SHA for 54bdf69
Browse repository at this point
Commits on Aug 10, 2016
End text files with newline
Show description for 51e5041
matthiasmullie
committed
51e5041
View commit details
Copy full SHA for 51e5041
Browse repository at this point
Commits on Jul 3, 2016
extractRegex() pattern modified
alexcorvi
committed
ddfb6fc
View commit details
Copy full SHA for ddfb6fc
Browse repository at this point
Commits on Jun 30, 2016
Merge pull request #118 from roggeo/master
Show description for ec046bd
matthiasmullie
authored
ec046bd
View commit details
Copy full SHA for ec046bd
Browse repository at this point
more keywords reserved
roggeo
committed
7c8df79
View commit details
Copy full SHA for 7c8df79
Browse repository at this point
More JS keywords reserved
roggeo
committed
f34438d
View commit details
Copy full SHA for f34438d
Browse repository at this point
Commits on Jun 29, 2016
more keywords reserved
roggeo
committed
58cb641
View commit details
Copy full SHA for 58cb641
Browse repository at this point
Previous
Next
You can’t perform that action at this time.