hnhdigital-os/laravel-php-elixir-combine

This package is abandoned and no longer maintained. No replacement package was suggested.

Provides the combine functionality to Laravel PHP-Elixir..

Maintainers

Package info

github.com/hnhdigital-os/laravel-php-elixir-combine

pkg:composer/hnhdigital-os/laravel-php-elixir-combine

Statistics

Installs: 110

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.2 2017-12-24 05:26 UTC

This package is auto-updated.

Last update: 2020-01-21 15:11:11 UTC


README

__________.__          ___________.__  .__       .__        
\______   \  |__ ______\_   _____/|  | |__|__  __|__|______ 
 |     ___/  |  \\____ \|    __)_ |  | |  \  \/  /  \_  __ \
 |    |   |   Y  \  |_> >        \|  |_|  |>    <|  ||  | \/
 |____|   |___|  /   __/_______  /|____/__/__/\_ \__||__|   
               \/|__|          \/               \/          
                                              Combine Module

Provides the ability to combine files together.

Combine

Gets the contents of one or many files and combines it into the specified file.

Source folders can be specified with single level or multi-level lookup, and the ability to filter files by extension.

{DESTINATION_FILE}:
    - {SOURCE_FILE}
    - {SOURCE_FOLDER}
combine:
    PATH_PUBLIC_ASSETS + /vendor/jquery-combined.min.js:
        - PATH_PUBLIC_ASSETS + /vendor/jquery/jquery.min.js
        - PATH_PUBLIC_ASSETS + /vendor/jquery-ui/jquery-ui.min.js
    PATH_PUBLIC_ASSETS + /vendor/combined.js:
        - PATH_PUBLIC_ASSETS + /vendor/**?filter=js