yii2-minify-view
Yii2 View component with minification css & js
File Explorer
Download Latest Version (.zip)- CSS.php
- JS.php
- MinifyComponent.php
- .gitignore
- main.php
- comments.css
- comments.js
- depend.css
- depend.js
- excluded.css
- excluded.js
- for_import.css
- image.png
- print.css
- test.css
- test.js
- CommentsAssetBundle.php
- DependAssetBundle.php
- EmptyAssetBundle.php
- ExcludedAssetBundle.php
- JQueryAssetBundle.php
- PrintAssetBundle.php
- TestAssetBundle.php
- .gitignore
- HtmlCompressorTest.php
- ViewTest.php
- .gitignore
- bootstrap.php
- TestCase.php
- .editorconfig
- .gitignore
- .scrutinizer.yml
- .travis.yml
- CHANGELOG.md
- composer.json
- composer.lock
- Exception.php
- HtmlCompressor.php
- LICENSE
- phpunit.xml.dist
- README.md
- View.php
# Installation Guide
1. Get the code
git clone https://github.com/rmrevin/yii2-minify-view
Downloads the entire project code from GitHub to your computer.
cd yii2-minify-view
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require rmrevin/yii2-minify-view
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
