laravel-elixir-myth

1.0.0 • Public • Published

laravel-elixir-myth

Simple extension to laravel elixir to precompile with Myth.

Install

npm install --save-dev laravel-elixir-myth

Usage

Example Gulpfile:

var elixir = require("laravel-elixir");
 
require("laravel-elixir-myth");
 
elixir(function(mix) {
    mix.myth("app.css");
});
 

Advanced example

elixir(function(mix) {
    mix.myth("app.css", {
        sourcemap: false
    });
});

/laravel-elixir-myth/

    Package Sidebar

    Install

    npm i laravel-elixir-myth

    Weekly Downloads

    12

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • joecohen