Looking to hire Laravel developers? Try LaraJobs

laravel-php-elixir-combine maintained by hnhdigital-os

Description
Provides the combine functionality to Laravel PHP-Elixir..
Author
Last update
2017/12/24 06:26 (dev-master)
License
Links
Downloads
110
Tags

Comments
comments powered by Disqus
__________.__          ___________.__  .__       .__        
\______   \  |__ ______\_   _____/|  | |__|__  __|__|______ 
 |     ___/  |  \\____ \|    __)_ |  | |  \  \/  /  \_  __ \
 |    |   |   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