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.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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Don't collapse zeroes in hex color values
matthiasmullie
committed
609c6f4
View commit details
Copy full SHA for 609c6f4
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Don't strip minus in 0 with digits
matthiasmullie
committed
f5d1bd2
View commit details
Copy full SHA for f5d1bd2
View code at this point
Browse repository at this point
Commits on Nov 20, 2014
Shorten zero-values
matthiasmullie
committed
2ddefcc
View commit details
Copy full SHA for 2ddefcc
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Handle relative from & to paths in path conversion
matthiasmullie
committed
4b5f6d3
View commit details
Copy full SHA for 4b5f6d3
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Strip BOM
matthiasmullie
committed
63b2eb3
View commit details
Copy full SHA for 63b2eb3
View code at this point
Browse repository at this point
Commits on Oct 14, 2014
Seperate JS files by ; & more thorough checking for ++ & --
matthiasmullie
committed
7b5abfe
View commit details
Copy full SHA for 7b5abfe
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Simplify convertRelativePath
matthiasmullie
committed
a3b4393
View commit details
Copy full SHA for a3b4393
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Operate on arrays when resolving relative paths
Show description for 2279df7
matthiasmullie
committed
2279df7
View commit details
Copy full SHA for 2279df7
View code at this point
Browse repository at this point
Commits on Oct 12, 2014
Small fixes discovered by scrutinizer
matthiasmullie
committed
b2251b4
View commit details
Copy full SHA for b2251b4
View code at this point
Browse repository at this point
Test common methods
Show description for 07c1bd1
matthiasmullie
committed
07c1bd1
View commit details
Copy full SHA for 07c1bd1
View code at this point
Browse repository at this point
Add test for absolute path in CSS
Show description for 0b44d82
matthiasmullie
committed
0b44d82
View commit details
Copy full SHA for 0b44d82
View code at this point
Browse repository at this point
Make import media queries work
matthiasmullie
committed
acfc15b
View commit details
Copy full SHA for acfc15b
View code at this point
Browse repository at this point
Alternative workaround for regex requiring recent PCRE
matthiasmullie
committed
6f36512
View commit details
Copy full SHA for 6f36512
View code at this point
Browse repository at this point
Allow import conditions to be set
matthiasmullie
committed
cf03e4a
View commit details
Copy full SHA for cf03e4a
View code at this point
Browse repository at this point
Specify type of array elements in phpdoc
matthiasmullie
committed
b26d79a
View commit details
Copy full SHA for b26d79a
View code at this point
Browse repository at this point
Some more PSR-2 fixes
matthiasmullie
committed
a4f1b39
View commit details
Copy full SHA for a4f1b39
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.