Skip to content

This package contain some command to minify css and javascript. This currently work only with Laravel 4.

Notifications You must be signed in to change notification settings

ellipsesynergie/minify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minify

This package contain some command to minify css and javascript. This package currently work only with Laravel 4.

Status

Build Status Total Downloads Latest Stable Version

Documentation

##Installation

Begin by installing this package through Composer. Edit your project's composer.json file to require ellipsesynergie/minify.

{
    "require": {
        "ellipsesynergie/minify": "dev-master"
    }
}

Update your packages with composer update or install with composer install.

Once this operation completes, you need to add the service provider. Open app/config/app.php, and add a new item to the providers array.

EllipseSynergie\Minify\MinifyServiceProvider

##Configurations

To configure the package to meet your needs, you must publish the configuration in your application before you can modify them. Run this artisan command.

php artisan config:publish ellipsesynergie/minify

##Available commands

Minify and packing CSS. php artisan ellipse:minifycss

Minify and packing Javascript. (Required uglifyjs to work) php artisan ellipse:minifyjs

About

This package contain some command to minify css and javascript. This currently work only with Laravel 4.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages