Download the PHP package elnebuloso/bundler without Composer
On this page you can find all versions of the php package elnebuloso/bundler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download elnebuloso/bundler
More information about elnebuloso/bundler
Files in elnebuloso/bundler
Download elnebuloso/bundler
More information about elnebuloso/bundler
Files in elnebuloso/bundler
Vendor elnebuloso
Package bundler
Short Description bundle your stylesheet and your javascript
License MIT
Package bundler
Short Description bundle your stylesheet and your javascript
License MIT
Please rate this library. Is it a good library?
Informations about the package bundler
bundler
About
- Bundler concatenates, minimizes your Javascript
- Bundler concatenates, minimizes your Stylesheet
Requirements
The following versions of PHP are supported by this version.
- PHP 5.4
- PHP 5.5
- PHP 5.6
- PHP 7.0
- HHVM
Coding Standards
Bundler follows the standards defined in the PSR-0, PSR-1, PSR-2 and PSR-4 documents.
Installation / Usage
Global Project Installation
Via Composer
usage
- create folder .bundler in your project root
- create file .bundler/stylesheet.php for bundling stylesheets
- create file .bundler/javascript.php for bundling javascripts
examples
see demo files under ./bundler
- documentation of each setting can be found in the demo files
- compilers are stackable, use any compiler that works with input / output file
commands (called in project root)
- vendor/bin/bundler
- vendor/bin/bundler stylesheet [--help]
- vendor/bin/bundler javascript [--help]
All versions of bundler with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
symfony/console Version ~2.5
symfony/filesystem Version ~2.5
zendframework/zend-log Version ~2.3
symfony/console Version ~2.5
symfony/filesystem Version ~2.5
zendframework/zend-log Version ~2.3
The package elnebuloso/bundler contains the following files
Loading the files please wait ....