Coder Social home page Coder Social logo

jimdo / minify Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mrclay/minify

2.0 75.0 0.0 1.88 MB

Mirror for Minify codebase. Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers.

Home Page: http://code.google.com/p/minify/

License: BSD 3-Clause "New" or "Revised" License

JavaScript 5.06% PHP 83.53% Java 2.67% CSS 8.74%

minify's Introduction

WELCOME TO MINIFY!

Minify is an HTTP content server. It compresses sources of content 
(usually files), combines the result and serves it with appropriate 
HTTP headers. These headers can allow clients to perform conditional 
GETs (serving content only when clients do not have a valid cache) 
and tell clients to cache the file for a period of time. 
More info: http://code.google.com/p/minify/


WORDPRESS USER?

These WP plugins integrate Minify into WordPress's style and script hooks to
get you set up faster.
  http://wordpress.org/extend/plugins/bwp-minify/
  http://wordpress.org/extend/plugins/w3-total-cache/


INSTALLATION

Place the /min/ directory as a child of your DOCUMENT_ROOT
directory: i.e. you will have: /home/example/www/min

You can see verify that it is working by visiting these two URLs:
  http://example.org/min/?f=min/quick-test.js
  http://example.org/min/?f=min/quick-test.css

If your server supports mod_rewrite, this URL should also work:
  http://example.org/min/f=min/quick-test.js

CONFIGURATION & USAGE

See the MIN.txt file and http://code.google.com/p/minify/wiki/UserGuide

Minify also comes with a URI Builder application that can help you write URLs
for use with Minify or configure groups of files. See here for details:
  http://code.google.com/p/minify/wiki/BuilderApp

The cookbook also provides some more advanced options for minification:
  http://code.google.com/p/minify/wiki/CookBook

UPGRADING

See UPGRADING.txt for instructions.


UNIT TESTING:

1. Place the /min_unit_tests/ directory as a child of your DOCUMENT_ROOT 
directory: i.e. you will have: /home/example/www/min_unit_tests

2. To run unit tests, access: http://example.org/min_unit_tests/test_all.php

(If you wish, the other test_*.php files can be run to test individual
components with more verbose output.)

3. Remove /min_unit_tests/ from your DOCUMENT_ROOT when you are done.


FILE ENCODINGS

Minify *should* work fine with files encoded in UTF-8 or other 8-bit 
encodings like ISO 8859/Windows-1252. By default Minify appends
";charset=utf-8" to the Content-Type headers it sends. 

Leading UTF-8 BOMs are stripped from all sources to prevent 
duplication in output files, and files are converted to Unix newlines.

minify's People

Contributors

mrclay avatar glensc avatar rgrove avatar tubalmartin avatar joec4i avatar joscha avatar meven avatar robations avatar simonsimcity avatar acidvertigo avatar kendallhopkins avatar jrchamp avatar

Stargazers

Sascha Smits avatar Fefo avatar

Watchers

Mohsin Hijazee avatar Christopher Blum avatar Jan Brauer avatar Hiro Miyanishi avatar Umair avatar Julius Zeidler avatar Klaus Trainer avatar Fridtjof Detzner avatar Jan Prieser avatar Paul Mölders avatar Jan Schlie avatar James Cloos avatar Tina Umlandt avatar Deniz Adrian avatar Oliver avatar  avatar Simon Hartmann avatar Daniel Heidecke avatar Eva Spies avatar David LaMothe avatar Kevin avatar  avatar Mark Frawley avatar Fabian Orthen avatar J. Christiansen avatar Lian Li avatar Yannick Kollega avatar Mario Trucco avatar Dirk Planeth avatar  avatar  avatar  avatar  avatar Kai Birkenfeld avatar  avatar  avatar Peter Rudek avatar Valentin Palkovic avatar Jill avatar  avatar Jérémie avatar Stefan Schadwinkel avatar  avatar Micha avatar 5ascha avatar  avatar Arne Roock avatar Eike-Marie avatar Ingo Ellerbusch avatar  avatar  avatar Sven Kruse avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar Johanna Aust avatar  avatar Katja Runge avatar  avatar Ardi avatar Jimdo Support avatar  avatar  avatar Christian Konrad avatar  avatar Talal Mahmood Chaudhry avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.