# elixir-google-compiler

> A Laravel Elixir extension for Google's Closure Compiler

Latest version **1.0.0** (published 2016-09-05) · ISC license · 0 weekly downloads

## Install

```sh
npm install elixir-google-compiler
pnpm add elixir-google-compiler
yarn add elixir-google-compiler
bun add elixir-google-compiler
```

## 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.0 |
| Published | 2016-09-05 |
| First published | 2016-09-05 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | cma |
| Keywords | laravel, elixir, google, closure, compiler |

## Links

- npm: https://www.npmjs.com/package/elixir-google-compiler
- Repository: https://github.com/cmandersen/elixir-google-compiler
- Homepage: https://github.com/cmandersen/elixir-google-compiler#readme
- Issues: https://github.com/cmandersen/elixir-google-compiler/issues
- npm.io page: https://npm.io/package/elixir-google-compiler

## Dependencies (4)

- [gulp](https://npm.io/package/gulp.md) ^3.9.1
- [vinyl](https://npm.io/package/vinyl.md) ^1.2.0
- [laravel-elixir](https://npm.io/package/laravel-elixir.md) ^5.0.0
- [google-closure-compiler-js](https://npm.io/package/google-closure-compiler-js.md) ^20160828.0.1

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2016-09-05

## README

# Elixir Closure Compiler

This is an extension for Laravel Elixir, integrating Google's Closure Compiler.

## Installation

`npm install --save elixir-google-compiler`

## Usage

``` javascript
var elixir = require('laravel-elixir');
require('elixir-google-compiler');  
    
elixir(function(mix) {
    mix.compile('path/to/file.js', 'dest/folder', {
        compilationLevel: 'SIMPLE',
        warningLevel: 'VERBOSE',
        jsOutputFile: 'output.min.js'
        // Even more options
    });
});
```

## Options

The options that can be supplied to the compiler are the same as [Google's Compiler](https://github.com/google/closure-compiler-js#flags).

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