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 }}
xerc
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
1.3.12
User selector
All users
All time
Commit history
Commits on Jan 7, 2015
Fix issue 26
matthiasmullie
committed
620f98f
View commit details
Copy full SHA for 620f98f
Browse repository at this point
Commits on Jan 6, 2015
Remove composer.lock
Show description for d1aed22
matthiasmullie
committed
d1aed22
View commit details
Copy full SHA for d1aed22
Browse repository at this point
Commits on Dec 31, 2014
Make property notation safe - can't replace occurrences in strings now
matthiasmullie
committed
e1cda93
View commit details
Copy full SHA for e1cda93
Browse repository at this point
Replaces all occurrences of array['key'] by array.key
matthiasmullie
committed
9c16060
View commit details
Copy full SHA for 9c16060
Browse repository at this point
Commits on Dec 30, 2014
Drastically speed up replacements by remembering next match offsets
matthiasmullie
committed
bbdc79e
View commit details
Copy full SHA for bbdc79e
Browse repository at this point
Commits on Dec 7, 2014
Limit what zeroes can be truncated
matthiasmullie
committed
e13143b
View commit details
Copy full SHA for e13143b
Browse repository at this point
Don't collapse zeroes in hex color values
matthiasmullie
committed
609c6f4
View commit details
Copy full SHA for 609c6f4
Browse repository at this point
Commits on Dec 5, 2014
Improve zero-value shortening
Show description for e1d4a6e
matthiasmullie
committed
e1d4a6e
View commit details
Copy full SHA for e1d4a6e
Browse repository at this point
Commits on Dec 4, 2014
Add units that are allowed to be stripped for zero-valies
matthiasmullie
committed
d1dcea7
View commit details
Copy full SHA for d1dcea7
Browse repository at this point
Don't strip minus in 0 with digits
matthiasmullie
committed
f5d1bd2
View commit details
Copy full SHA for f5d1bd2
Browse repository at this point
Commits on Nov 20, 2014
Shorten zero-values
matthiasmullie
committed
2ddefcc
View commit details
Copy full SHA for 2ddefcc
Browse repository at this point
Whitespace around - and + can't always just be stripped
matthiasmullie
committed
06da588
View commit details
Copy full SHA for 06da588
Browse repository at this point
Commits on Oct 30, 2014
Don't assume paths are set
Show description for 0fd3218
matthiasmullie
committed
0fd3218
View commit details
Copy full SHA for 0fd3218
Browse repository at this point
Handle relative from & to paths in path conversion
matthiasmullie
committed
4b5f6d3
View commit details
Copy full SHA for 4b5f6d3
Browse repository at this point
Improve CSS minifier, add some whitespace rules
Show description for 5bbd856
matthiasmullie
committed
5bbd856
View commit details
Copy full SHA for 5bbd856
Browse repository at this point
Move string extraction to shared minify class
Show description for 610d690
matthiasmullie
committed
610d690
View commit details
Copy full SHA for 610d690
Browse repository at this point
Commits on Oct 29, 2014
Don't run the importFiles regex if there's nothing to import
matthiasmullie
committed
60631db
View commit details
Copy full SHA for 60631db
Browse repository at this point
Get rid of leftover rubbish
matthiasmullie
committed
0354803
View commit details
Copy full SHA for 0354803
Browse repository at this point
Commits on Oct 21, 2014
Update project homepage
matthiasmullie
committed
b9f4f2b
View commit details
Copy full SHA for b9f4f2b
Browse repository at this point
Commits on Oct 20, 2014
Add tests for recent issues
matthiasmullie
committed
8378037
View commit details
Copy full SHA for 8378037
Browse repository at this point
Fix @import without specified media
Show description for 362696f
matthiasmullie
committed
362696f
View commit details
Copy full SHA for 362696f
Browse repository at this point
Strip BOM
matthiasmullie
committed
63b2eb3
View commit details
Copy full SHA for 63b2eb3
Browse repository at this point
Commits on Oct 16, 2014
Add link to minifier site
matthiasmullie
committed
2e11c38
View commit details
Copy full SHA for 2e11c38
Browse repository at this point
Improve docs
matthiasmullie
committed
77ce86b
View commit details
Copy full SHA for 77ce86b
Browse repository at this point
Commits on Oct 15, 2014
Class used in example should be CSS, not JS
matthiasmullie
committed
ce355f9
View commit details
Copy full SHA for ce355f9
Browse repository at this point
Update README.md
matthiasmullie
committed
25ee054
View commit details
Copy full SHA for 25ee054
Browse repository at this point
Commits on Oct 14, 2014
Update composer instructions
Show description for f7d4658
matthiasmullie
committed
f7d4658
View commit details
Copy full SHA for f7d4658
Browse repository at this point
Seperate JS files by ; & more thorough checking for ++ & --
matthiasmullie
committed
7b5abfe
View commit details
Copy full SHA for 7b5abfe
Browse repository at this point
Remove last usage of complex variable query, speeding up minify
matthiasmullie
committed
8071295
View commit details
Copy full SHA for 8071295
Browse repository at this point
Commits on Oct 13, 2014
Don't use variable regex where we don't have to
Show description for 7cbe789
matthiasmullie
committed
7cbe789
View commit details
Copy full SHA for 7cbe789
Browse repository at this point
Proper syntax highlighting for README code examples
matthiasmullie
committed
07ca852
View commit details
Copy full SHA for 07ca852
Browse repository at this point
Simplify convertRelativePath
matthiasmullie
committed
a3b4393
View commit details
Copy full SHA for a3b4393
Browse repository at this point
Reduce complexity now that $match is already known
Show description for f89f80e
matthiasmullie
committed
f89f80e
View commit details
Copy full SHA for f89f80e
Browse repository at this point
Work around issue scrutinizer reported
Show description for 1ee8f2f
matthiasmullie
committed
1ee8f2f
View commit details
Copy full SHA for 1ee8f2f
Browse repository at this point
No longer move char by char
Show description for a2c2c1f
matthiasmullie
committed
a2c2c1f
View commit details
Copy full SHA for a2c2c1f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.