laravel-elixir-versions

0.0.7 • Public • Published

laravel-elixir-versions

Notice

!! It's deprecated now. This package only support laravel-elixir with verison 2.*, and there is no need for laravel-elixir 3.*.

Description

This is the copy of elixir-version, but it supports multiple building version numbers.

You konw, In laravel-elixir, the version extension could be run only once.

But sometimes you have to run mix.version more than once.

So, it will.

usage

 
elixir(function (mix) {
 
    // some code before....
    
    mix.versions([xxx], 'path_xx');
 
    mix.versions([yyy], 'path_yy');
    
    // some code after.... //
});
 

/laravel-elixir-versions/

    Package Sidebar

    Install

    npm i laravel-elixir-versions

    Weekly Downloads

    8

    Version

    0.0.7

    License

    MIT

    Last publish

    Collaborators

    • hyancat