0.3.0 • Published 8 years ago

laravel-elixir-htmlmin v0.3.0

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

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

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago

1.0.2

9 years ago

1.0.0

9 years ago