PHP Class Codesleeve\AssetPipeline\Composers\JavascriptComposer

Inheritance: extends BaseComposer, implements Codesleeve\AssetPipeline\Composers\ComposerInterface
Show file Open project: codesleeve/asset-pipeline

Public Methods

Method Description
process ( array $paths, array $absolutePaths, array $attributes ) : void Process the paths that come through the asset pipeline

Method Details

process() public method

Process the paths that come through the asset pipeline
public process ( array $paths, array $absolutePaths, array $attributes ) : void
$paths array
$absolutePaths array
$attributes array
return void