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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

Package Sidebar

Install

npm i laravel-elixir-myth

Weekly Downloads

6

Version

1.0.0

License

MIT

Last publish

Collaborators

  • joecohen