This package has been deprecated

Author message:

this package has been deprecated

laravel-elixir-mixer

1.0.3 • Public • Published

Laravel Elixir Mixer

ATTENTION!

This is a private package. At the current state it requires a Laravel (5.3) project environment (or a Laravel (5.3) folder structure) to work.

Installation

npm install laravel-elixir-mixer --save-dev

Usage

Use the sass, webpack or the combined method on the ElixirMixer object to trigger the correspondig methods on elixirs mix object.

elixir(mix => {
    var Mixer = new ElixirMixer(mix);
 
    Mixer.sass('path/to/scss/file');
    Mixer.webpack('path/to/js/file');
    Mixer.combined('path/to/scss|js/file');
});

Package Sidebar

Install

npm i laravel-elixir-mixer

Weekly Downloads

1

Version

1.0.3

License

UNLICENCED

Last publish

Collaborators

  • bono