An open API service indexing awesome lists of open source software.

https://github.com/dylanfoster/minify

File Minifier
https://github.com/dylanfoster/minify

Last synced: 3 months ago
JSON representation

File Minifier

Awesome Lists containing this project

README

          

minify
======

minify is a simple file minifier. Just pass in your CSS, HTML, JS or PHP and it will be done.

Usage | Online
======

1. Go to www.dylan-foster.com/minify
2. Enter the text to minify
3. Select the file type, enter the original filename (minus the extension)
4. MINIFY

You can also embed within your own website if you wish.

Usage | Command Line
====================
```php
php minify.php --file=/path/to/file --dest=/path/to/new/file.min
```
OR have it created relative to the minify script
```php
php minify.php --file=/path/to/file
```