laravel-elixir-htmlmin

0.3.0 • Public • Published

Laravel Elixir htmlmin

This Laravel Elixir extension allows you to minify HTML.

Installation

npm install laravel-elixir-htmlmin

Usage

Assuming you write...

elixir(function(mix) {
    mix.html('public');
});

...this will render your resources/assets/html/public folder to public.

If you'd like to set a different output directory, you may pass a second argument to the html() method, like so:

mix.html('public', 'resources/views')

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i laravel-elixir-htmlmin

    Weekly Downloads

    4

    Version

    0.3.0

    License

    MIT

    Last publish

    Collaborators

    • mrcsmcln