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')

Package Sidebar

Install

npm i laravel-elixir-htmlmin

Weekly Downloads

1

Version

0.3.0

License

MIT

Last publish

Collaborators

  • mrcsmcln