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 }}
masokky
/
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 May 4, 2018
Pass settings to (recursively) referenced files
k3min
authored and
matthiasmullie
committed
6d922d0
View commit details
Copy full SHA for 6d922d0
Browse repository at this point
Commits on Apr 18, 2018
Don't iterate over positions that have already been unset
Show description for ab7fea8
matthiasmullie
committed
ab7fea8
View commit details
Copy full SHA for ab7fea8
Browse repository at this point
Commits on Apr 4, 2018
Add support for unicode regular expression flag
Show description for 2e54f84
merty
authored and
matthiasmullie
committed
2e54f84
View commit details
Copy full SHA for 2e54f84
Browse repository at this point
Make sure $positions & $matches are in sync
Show description for 04a37f5
matthiasmullie
committed
04a37f5
View commit details
Copy full SHA for 04a37f5
Browse repository at this point
Don't leave behind trailing semicolons when moving imports to top
Show description for 81d3a80
matthiasmullie
committed
81d3a80
View commit details
Copy full SHA for 81d3a80
Browse repository at this point
Allow whitespace between regex & some of the things that can follow it
Show description for 473896b
matthiasmullie
committed
473896b
View commit details
Copy full SHA for 473896b
Browse repository at this point
Commits on Feb 2, 2018
Run tests with Docker
matthiasmullie
committed
62dac3b
View commit details
Copy full SHA for 62dac3b
Browse repository at this point
Make classname same as filename
matthiasmullie
committed
d4ba172
View commit details
Copy full SHA for d4ba172
Browse repository at this point
Some more whitespace stripping
Show description for 121cd3b
matthiasmullie
committed
121cd3b
View commit details
Copy full SHA for 121cd3b
Browse repository at this point
Ensure minifier always returns a string
Show description for ba5c229
matthiasmullie
committed
ba5c229
View commit details
Copy full SHA for ba5c229
Browse repository at this point
Don't import specific files
Show description for 57b3819
matthiasmullie
committed
57b3819
View commit details
Copy full SHA for 57b3819
Browse repository at this point
Improve regex detection after )
Show description for 4ca8d1e
matthiasmullie
committed
4ca8d1e
View commit details
Copy full SHA for 4ca8d1e
Browse repository at this point
Regexes can't span multiple lines
Show description for 1e55fe0
matthiasmullie
committed
1e55fe0
View commit details
Copy full SHA for 1e55fe0
Browse repository at this point
Don't go fixing invalid flex attributes
Show description for adfa7eb
matthiasmullie
committed
adfa7eb
View commit details
Copy full SHA for adfa7eb
Browse repository at this point
Commits on Jan 9, 2018
Replace donate button
matthiasmullie
committed
9d9d3e9
View commit details
Copy full SHA for 9d9d3e9
Browse repository at this point
Commits on Jan 8, 2018
Add test for #227
matthiasmullie
committed
aee56fe
View commit details
Copy full SHA for aee56fe
Browse repository at this point
Improve & optimize regex detection
Show description for cb14504
matthiasmullie
committed
cb14504
View commit details
Copy full SHA for cb14504
Browse repository at this point
Commits on Jan 1, 2018
Ignore unescaped / inside []
Show description for 023c6bf
matthiasmullie
committed
023c6bf
View commit details
Copy full SHA for 023c6bf
Browse repository at this point
Regex can follow +,-,*,/
Show description for a85f804
matthiasmullie
committed
a85f804
View commit details
Copy full SHA for a85f804
Browse repository at this point
Commits on Dec 13, 2017
Add support url
matthiasmullie
committed
f2f48a9
View commit details
Copy full SHA for f2f48a9
Browse repository at this point
Commits on Dec 6, 2017
Add 7.2 to build matrix
matthiasmullie
committed
7559ac0
View commit details
Copy full SHA for 7559ac0
Browse repository at this point
Add support for building multiple PHP versions on docker
matthiasmullie
committed
abc21b3
View commit details
Copy full SHA for abc21b3
Browse repository at this point
Fix PHP<7 segfault
matthiasmullie
committed
d39132a
View commit details
Copy full SHA for d39132a
Browse repository at this point
Add test case for semicolon after do-while
matthiasmullie
committed
a370e29
View commit details
Copy full SHA for a370e29
Browse repository at this point
Strip whitespace after in some cases
matthiasmullie
committed
a2024cc
View commit details
Copy full SHA for a2024cc
Browse repository at this point
Improve regex detection
Show description for f231fbc
matthiasmullie
committed
f231fbc
View commit details
Copy full SHA for f231fbc
Browse repository at this point
Commits on Nov 24, 2017
Leave calc expressions alone when stripping units off of 0
Show description for 86e4a4e
matthiasmullie
committed
86e4a4e
View commit details
Copy full SHA for 86e4a4e
Browse repository at this point
Commits on Nov 19, 2017
Add test for #216
matthiasmullie
committed
2550f2d
View commit details
Copy full SHA for 2550f2d
Browse repository at this point
Commits on Nov 18, 2017
Remove pointless var
matthiasmullie
committed
82970e6
View commit details
Copy full SHA for 82970e6
Browse repository at this point
Commits on Nov 17, 2017
Improve detection of @imports to move to top
Show description for 16563a8
matthiasmullie
committed
16563a8
View commit details
Copy full SHA for 16563a8
Browse repository at this point
Add test for #214
matthiasmullie
committed
55cf4ef
View commit details
Copy full SHA for 55cf4ef
Browse repository at this point
Add tests for #212
matthiasmullie
committed
691f0cf
View commit details
Copy full SHA for 691f0cf
Browse repository at this point
Don't strip ; after empty while loops
Show description for 4a1b464
matthiasmullie
committed
4a1b464
View commit details
Copy full SHA for 4a1b464
Browse repository at this point
Properly strip consecutive empty CSS blocks
Show description for a995630
matthiasmullie
committed
a995630
View commit details
Copy full SHA for a995630
Browse repository at this point
Commits on Oct 25, 2017
Fix PHP5.3 compatibility
Show description for 21084eb
matthiasmullie
committed
21084eb
View commit details
Copy full SHA for 21084eb
Browse repository at this point
Previous
Next
You can’t perform that action at this time.