Skip to content

puli/assetic-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locating Files with Puli

Build Status Scrutinizer Code Quality SensioLabsInsight Latest Stable Version Total Downloads Dependency Status

ATTENTION: This package is not maintained anymore.

Latest release: 1.0.0-alpha1

PHP >= 5.3.9

A WIP extension for the Assetic library.

Installation

You can install the extension with Composer:

{
    "require": {
        "puli/assetic-extension": "~1.0"
    },
    "minimum-stability": "dev"
}

Run composer install or composer update to install the library. At last, include Composer's generated autoloader and you're ready to start:

require_once __DIR__.'/vendor/autoload.php';