Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gorakhargosh/squeeze
HTML/JS/CSS Compressor (YUICompressor,HTMLCompressor,Closure Compiler) and CSS Data URI embedder packaged into one tool
https://github.com/gorakhargosh/squeeze
Last synced: about 1 month ago
JSON representation
HTML/JS/CSS Compressor (YUICompressor,HTMLCompressor,Closure Compiler) and CSS Data URI embedder packaged into one tool
- Host: GitHub
- URL: https://github.com/gorakhargosh/squeeze
- Owner: gorakhargosh
- License: other
- Created: 2011-02-06T12:12:22.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-26T08:22:24.000Z (almost 13 years ago)
- Last Synced: 2024-12-20T12:20:08.497Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 33.7 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Squeeze
=======Bundled HTML/CSS/JavaScript minifiers and data-uri embedding tools.
Installation
------------
You need Python and Java installed on your system to be able to use
Squeeze. Installing squeeze itself is easy with [pip](http://pypi.python.org/pypi/pip):$ pip install squeeze
Usage
-----
So you want to use the YUICompressor?$ squeeze yuicompressor --help
How about the Google Closure Compiler?
$ squeeze closure --help
Ooh. What about CSSEmbed and HTML compressor?$ squeeze cssembed --help
$ squeeze htmlcompressor --helpWhee! More here:
$ squeeze --help
Source code
-----------
https://github.com/gorakhargosh/squeezeLicensing
---------
Squeeze is released into the public domain. 3rd party libraries
included with it, however, carry their own licensing.Please see the `LICENSE` file in the source code for more information.