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
Breadcrumbs
History for
minify
src
on
1.3.30
User selector
All users
All time
Commit history
Commits on Jan 4, 2016
Strip empty else-statements
Show description for 31371a6
matthiasmullie
committed
31371a6
View commit details
Copy full SHA for 31371a6
View code at this point
Browse repository at this point
Improve check for invalid (too long) paths (which are likely content)
Show description for 72c862d
matthiasmullie
committed
72c862d
View commit details
Copy full SHA for 72c862d
View code at this point
Browse repository at this point
Use better test character for non-file path
mattleff
authored and
matthiasmullie
committed
dfba87f
View commit details
Copy full SHA for dfba87f
View code at this point
Browse repository at this point
Duh
mattleff
authored and
matthiasmullie
committed
d384e5b
View commit details
Copy full SHA for d384e5b
View code at this point
Browse repository at this point
Prevent error determining if path or content
Show description for ed15a34
mattleff
authored and
matthiasmullie
committed
ed15a34
View commit details
Copy full SHA for ed15a34
View code at this point
Browse repository at this point
Commits on Dec 17, 2015
Don't strip double simicolons inside for
Show description for da03f6d
matthiasmullie
committed
da03f6d
View commit details
Copy full SHA for da03f6d
View code at this point
Browse repository at this point
Commits on Sep 8, 2015
Don't swallow entire tags when stripping empties
Show description for 9004585
matthiasmullie
committed
9004585
View commit details
Copy full SHA for 9004585
View code at this point
Browse repository at this point
Fix violations according to SensioLabsInsight
matthiasmullie
committed
95fc32a
View commit details
Copy full SHA for 95fc32a
View code at this point
Browse repository at this point
Commits on Sep 7, 2015
Remove empty CSS tags
Show description for 4a9b888
matthiasmullie
committed
4a9b888
View commit details
Copy full SHA for 4a9b888
View code at this point
Browse repository at this point
Alternative double-semicolon removal fix
Show description for fe80dc7
matthiasmullie
committed
fe80dc7
View commit details
Copy full SHA for fe80dc7
View code at this point
Browse repository at this point
Preserve for-loop semicolons when 2nd statement is empty
kaittodesk
committed
f2f072a
View commit details
Copy full SHA for f2f072a
View code at this point
Browse repository at this point
Commits on Sep 5, 2015
php-cs-fixer
matthiasmullie
committed
bdbb912
View commit details
Copy full SHA for bdbb912
View code at this point
Browse repository at this point
Comply with coding standards
woutervanvliet
committed
2861a4a
View commit details
Copy full SHA for 2861a4a
View code at this point
Browse repository at this point
Commits on Sep 2, 2015
Move remaining @import statements to the top
woutervanvliet
committed
28f4ff7
View commit details
Copy full SHA for 28f4ff7
View code at this point
Browse repository at this point
Commits on Aug 25, 2015
Strip some more leading & trailing zeroes
matthiasmullie
committed
7fc3668
View commit details
Copy full SHA for 7fc3668
View code at this point
Browse repository at this point
Don't strip all units for 0-values
Show description for 3575143
matthiasmullie
committed
3575143
View commit details
Copy full SHA for 3575143
View code at this point
Browse repository at this point
Add some more embeddable data types
matthiasmullie
committed
85e6b85
View commit details
Copy full SHA for 85e6b85
View code at this point
Browse repository at this point
Speed up regex extraction
Show description for ca88512
matthiasmullie
committed
ca88512
View commit details
Copy full SHA for ca88512
View code at this point
Browse repository at this point
Commits on Aug 20, 2015
Improve speed of regex extraction
Show description for df7c57a
matthiasmullie
committed
df7c57a
View commit details
Copy full SHA for df7c57a
View code at this point
Browse repository at this point
Merge pull request #62 from EkkoSense/master
Show description for 2cee254
matthiasmullie
committed
2cee254
View commit details
Copy full SHA for 2cee254
View code at this point
Browse repository at this point
Change access level for Minify::execute() from protected to public. This allows url-rewriting without saving the minified content to the file system.
Show description for d7bb032
throup
committed
d7bb032
View commit details
Copy full SHA for d7bb032
View code at this point
Browse repository at this point
Improve string-extraction regex
Show description for ea809e7
matthiasmullie
committed
ea809e7
View commit details
Copy full SHA for ea809e7
View code at this point
Browse repository at this point
Commits on Aug 19, 2015
Recognize regular expressions after reserved words
Show description for c379677
matthiasmullie
committed
c379677
View commit details
Copy full SHA for c379677
View code at this point
Browse repository at this point
Preserve newline immediately after regex
Show description for 4cf2880
matthiasmullie
committed
4cf2880
View commit details
Copy full SHA for 4cf2880
View code at this point
Browse repository at this point
Commits on Aug 12, 2015
Allow URL-rewriting without saving the minified content to the file system.
Show description for a463c4e
throup
committed
a463c4e
View commit details
Copy full SHA for a463c4e
View code at this point
Browse repository at this point
Commits on May 5, 2015
Allow minified data to be written to cache
matthiasmullie
committed
49a2aca
View commit details
Copy full SHA for 49a2aca
View code at this point
Browse repository at this point
Don't replace `while` if it's part of a do-while
Show description for 90837a6
matthiasmullie
committed
90837a6
View commit details
Copy full SHA for 90837a6
View code at this point
Browse repository at this point
Commits on Apr 7, 2015
Add gzip method
Show description for 30a4592
matthiasmullie
committed
30a4592
View commit details
Copy full SHA for 30a4592
View code at this point
Browse repository at this point
Shorten while(true) to for(;;)
matthiasmullie
committed
2a70744
View commit details
Copy full SHA for 2a70744
View code at this point
Browse repository at this point
Allow for-loops with empty bodies
Show description for ecd1a04
matthiasmullie
committed
ecd1a04
View commit details
Copy full SHA for ecd1a04
View code at this point
Browse repository at this point
Commits on Mar 12, 2015
Don't convert standalone arrays
Show description for e15f77b
matthiasmullie
committed
e15f77b
View commit details
Copy full SHA for e15f77b
View code at this point
Browse repository at this point
Removed huge regex and replaced with strtr call
vladimmi
committed
500c487
View commit details
Copy full SHA for 500c487
View code at this point
Browse repository at this point
Commits on Mar 10, 2015
Empty strings should be extracted after all
Show description for 74a3ffd
matthiasmullie
committed
74a3ffd
View commit details
Copy full SHA for 74a3ffd
View code at this point
Browse repository at this point
Don't bother extracting empty strings
matthiasmullie
committed
d8f9129
View commit details
Copy full SHA for d8f9129
View code at this point
Browse repository at this point
Don't override already restored data
Show description for 0916262
matthiasmullie
committed
0916262
View commit details
Copy full SHA for 0916262
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.