Download the PHP package seekgeeks/cssjsminify without Composer
On this page you can find all versions of the php package seekgeeks/cssjsminify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download seekgeeks/cssjsminify
More information about seekgeeks/cssjsminify
Files in seekgeeks/cssjsminify
Package cssjsminify
Short Description CSS JS minify tool will help in minification of your entire js/css file and put in directly from where you can use it in production build. with simple command you can minify all static c content like stylesheets and javascripts to production ready code
License MIT
Informations about the package cssjsminify
CSS & JS Minify
[]()
[
]()
CSS & JS minify is compact function abstracted on another awesome package matthiasmullie/minify. This library provides a universal abstraction where you can use this function for both css and js file and we have added additional feature by which you can automate all stuff, remove duplication and stay updated.
Requirement
- PHP Package : matthiasmullie/minify, will be updated automatically.
- PHP version : 7 (Recomended)
- PHP cli
Installation
You can use Composer or simply Download the Release
Composer
The preferred method is via composer. Follow the installation instructions if you do not already have composer installed.
Once composer is installed, execute the following command in your project root to install this library:
Finally, be sure to include the autoloader:
Download the Release
If you abhor using composer, you can download the package in its entirety. Download the zip/rar file for a package including this library and its dependencies.
Uncompress the zip file you download, and include the autoloader in your project:
How it works?
Using this library along with maintaining is super easy. You can just do following to minify your files
This will automatically pick files from pre-configured source directory, and will create a directory if not exists say min/
inside that to place minified files.
It will initiate minification only once the source file is modified within given timespan.
Example
Suppose your source file is
Your destination file will be