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 }}
kikiriki18
/
minify
Public
forked from
mrclay/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
lib
on
master
User selector
All users
All time
Commit history
Commits on Jan 5, 2018
Revert "simplify substr third param"
Show description for 258e495
glensc
committed
258e495
View commit details
Copy full SHA for 258e495
View code at this point
Browse repository at this point
cleanup unneeded import
glensc
committed
b97a1db
View commit details
Copy full SHA for b97a1db
View code at this point
Browse repository at this point
import classes instead of manual qualify
glensc
committed
df7fddf
View commit details
Copy full SHA for df7fddf
View code at this point
Browse repository at this point
simplify return statement
glensc
committed
c580d24
View commit details
Copy full SHA for c580d24
View code at this point
Browse repository at this point
use in_array instead of array_search (clearer intent)
glensc
committed
f9c96b6
View commit details
Copy full SHA for f9c96b6
View code at this point
Browse repository at this point
strict comparison
glensc
committed
d3decb2
View commit details
Copy full SHA for d3decb2
View code at this point
Browse repository at this point
use empty string comparison instead of strlen
glensc
committed
0038cdb
View commit details
Copy full SHA for 0038cdb
View code at this point
Browse repository at this point
simplify substr third param
glensc
committed
5659799
View commit details
Copy full SHA for 5659799
View code at this point
Browse repository at this point
use origin function instead of alias
glensc
committed
57be615
View commit details
Copy full SHA for 57be615
View code at this point
Browse repository at this point
drop useless return phpdoc annotation for constructor
glensc
committed
2198482
View commit details
Copy full SHA for 2198482
View code at this point
Browse repository at this point
split workflows (no else after return)
glensc
committed
c2f40fe
View commit details
Copy full SHA for c2f40fe
View code at this point
Browse repository at this point
do not define default value
glensc
committed
5c300ac
View commit details
Copy full SHA for 5c300ac
View code at this point
Browse repository at this point
drop stale version comment
glensc
committed
76c1edc
View commit details
Copy full SHA for 76c1edc
View code at this point
Browse repository at this point
Commits on Nov 3, 2017
Fix closure-compiler's "redirection limit reached"
Show description for d9b392c
ToX82
authored
d9b392c
View commit details
Copy full SHA for d9b392c
View code at this point
Browse repository at this point
Commits on Sep 14, 2017
Fixes syntax error in Groups controller
Show description for 72ece76
mrclay
authored
72ece76
View commit details
Copy full SHA for 72ece76
View code at this point
Browse repository at this point
Commits on Aug 9, 2017
unicode flag everywhere to fix more issues with and MAMP
benface
committed
6b274af
View commit details
Copy full SHA for 6b274af
View code at this point
Browse repository at this point
Commits on Jul 21, 2017
Fix issue where minify() would corrupt Unicode characters (such as ) in some environments
Show description for 449f009
benface
authored
449f009
View commit details
Copy full SHA for 449f009
View code at this point
Browse repository at this point
Commits on Apr 18, 2017
php-cs-fixer fix
glensc
committed
80c01c6
View commit details
Copy full SHA for 80c01c6
View code at this point
Browse repository at this point
update cssmin import. resolves #590
Show description for b6e4b7f
glensc
committed
b6e4b7f
View commit details
Copy full SHA for b6e4b7f
View code at this point
Browse repository at this point
Commits on Apr 3, 2017
ImportProcessor can handle URIs with query strings
Show description for e904f2e
mrclay
committed
e904f2e
View commit details
Copy full SHA for e904f2e
View code at this point
Browse repository at this point
Make sure $min_documentRoot is copied into Env.
Show description for 6237040
mrclay
committed
6237040
View commit details
Copy full SHA for 6237040
View code at this point
Browse repository at this point
Parse LastModified date without requiring global timezone
mrclay
committed
532a010
View commit details
Copy full SHA for 532a010
View code at this point
Browse repository at this point
Commits on Jan 19, 2017
Merge branch 'master' into static
mrclay
authored
5f15af4
View commit details
Copy full SHA for 5f15af4
View code at this point
Browse repository at this point
Commits on Jan 18, 2017
URI rewriter passes through empty URLs
Show description for 12b9096
mrclay
committed
12b9096
View commit details
Copy full SHA for 12b9096
View code at this point
Browse repository at this point
Commits on Dec 6, 2016
pass any option to closure compiler
glensc
committed
6a330d9
View commit details
Copy full SHA for 6a330d9
View code at this point
Browse repository at this point
Commits on Nov 2, 2016
Minify: add details to ContentType mismatch errors
glensc
committed
b8c79ac
View commit details
Copy full SHA for b8c79ac
View code at this point
Browse repository at this point
Commits on Oct 17, 2016
add missing .scss to css type map. #549
glensc
committed
b31ddbf
View commit details
Copy full SHA for b31ddbf
View code at this point
Browse repository at this point
allow .scss via f= param. #549
glensc
committed
74042c8
View commit details
Copy full SHA for 74042c8
View code at this point
Browse repository at this point
Commits on Oct 16, 2016
Big style cleanup
mrclay
committed
16c811c
View commit details
Copy full SHA for 16c811c
View code at this point
Browse repository at this point
phpcs: enable psr2
glensc
committed
5fb7ea1
View commit details
Copy full SHA for 5fb7ea1
View code at this point
Browse repository at this point
php-cs fixes
Show description for 0cc631c
glensc
committed
0cc631c
View commit details
Copy full SHA for 0cc631c
View code at this point
Browse repository at this point
Merge pull request #550 from glensc/lessphp-cache
Show description for 2809e3c
glensc
authored
2809e3c
View commit details
Copy full SHA for 2809e3c
View code at this point
Browse repository at this point
Merge pull request #549 from mrclay/scssphp
Show description for a9891a0
glensc
authored
a9891a0
View commit details
Copy full SHA for a9891a0
View code at this point
Browse repository at this point
Commits on Oct 13, 2016
cacheIsStale is not public
glensc
committed
035183b
View commit details
Copy full SHA for 035183b
View code at this point
Browse repository at this point
calculate lastmodified to be maximum accurate
Show description for 72dd4db
glensc
committed
72dd4db
View commit details
Copy full SHA for 72dd4db
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.