# laravel-elixir-compress

> Laravel Elixir Compress Extension

Latest version **1.0.2** (published 2015-09-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install laravel-elixir-compress
pnpm add laravel-elixir-compress
yarn add laravel-elixir-compress
bun add laravel-elixir-compress
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2015-09-01 |
| First published | 2015-09-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | johdougss |
| Maintainers | johnathansantos |
| Keywords | laravel, elixir, compress, htmlmin, gulp |

## Links

- npm: https://www.npmjs.com/package/laravel-elixir-compress
- Repository: https://github.com/johnathansantos/laravel-elixir-compress
- Issues: https://github.com/johnathansantos/laravel-elixir-compress/issues
- npm.io page: https://npm.io/package/laravel-elixir-compress

## Dependencies (2)

- [gulp](https://npm.io/package/gulp.md) ^3.9.0
- [gulp-htmlmin](https://npm.io/package/gulp-htmlmin.md) ^1.1.4

## Alternatives

- [@tsparticles/shape-image](https://npm.io/package/@tsparticles/shape-image.md) — 303.7K weekly downloads
- [@tsparticles/shape-line](https://npm.io/package/@tsparticles/shape-line.md) — 233.7K weekly downloads
- [stringify-attributes](https://npm.io/package/stringify-attributes.md) — 58.6K weekly downloads
- [mobile-drag-drop](https://npm.io/package/mobile-drag-drop.md) — 46.3K weekly downloads
- [@comunica/actor-rdf-parse-html](https://npm.io/package/@comunica/actor-rdf-parse-html.md) — 29.2K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2015-09-01

## README

To compress the HTML that gets generated by your Blade template files. It uses [gulp-htmlmin](https://github.com/jonschlinkert/gulp-htmlmin), which uses [html-minifier](https://github.com/kangax/html-minifier).
[credits](https://github.com/fitztrev/laravel-html-minify/wiki/Laravel-5---5.1-HTML-Minifying)


## Usage

This is a simple wrapper around Laravel Elixir. Add it to your Elixir-enhanced Gulpfile, like so:

```
var elixir = require('laravel-elixir');

require('laravel-elixir-compress');

elixir(function(mix) {
   mix.compress();
});
```

---
_Source: https://npm.io/package/laravel-elixir-compress · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
