1.0.0 • Published 8 years ago

laravel-elixir-myth v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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
    });
});
1.0.0

8 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago