CodeIgniter-minify
CodeIgniter minify library CSS and JavaScript compression on the fly
File Explorer
Download Latest Version (.zip)- autoload.php
- config.php
- constants.php
- mimes.php
- minify.php
- routes.php
- index.html
- welcome.php
- error_404.php
- error_db.php
- error_general.php
- error_php.php
- index.html
- cssmin-v3.0.1.php
- cssminify.php
- JSMin.php
- JSMinPlus.php
- Minify.php
- index.html
- welcome_message.php
- browser-specific.css
- style.css
- helpers.js
- jqModal.js
- bootstrap.php
- MinifyTest.php
- .gitignore
- .travis.yml
- composer.json
- index.php
- LICENSE
- phpunit.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/slav123/CodeIgniter-minify
Downloads the entire project code from GitHub to your computer.
cd CodeIgniter-minify
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
