https://github.com/dylanfoster/minify
File Minifier
https://github.com/dylanfoster/minify
Last synced: 3 months ago
JSON representation
File Minifier
- Host: GitHub
- URL: https://github.com/dylanfoster/minify
- Owner: dylanfoster
- License: mit
- Created: 2014-03-27T18:09:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-27T21:43:30.000Z (over 12 years ago)
- Last Synced: 2025-01-24T22:12:26.924Z (over 1 year ago)
- Language: PHP
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```