# grunt-terser-parallel

> Grunt plugin for A JavaScript parser, mangler/compressor and beautifier toolkit for ES6+. Fork of grunt-terser to add parallel file access support.

Latest version **0.1.7** (published 2019-03-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install grunt-terser-parallel
pnpm add grunt-terser-parallel
yarn add grunt-terser-parallel
bun add grunt-terser-parallel
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.7 |
| Published | 2019-03-22 |
| First published | 2019-03-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 4.3.0 |
| Dependencies | 2 |
| Unpacked size | 9.4 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Steve Davis |
| Maintainers | swd120 |
| Keywords | gruntplugin, grunt, minify, terser, uglify, terser, uglify-es, uglify-js, minify, minifier, javascript, ecmascript, es5, es6, es7, es8, es2015, es2016, es2017, async, await |

## Links

- npm: https://www.npmjs.com/package/grunt-terser-parallel
- Repository: https://github.com/swd120/grunt-terser-parallel
- Issues: https://github.com/swd120/grunt-terser-parallel/issues
- npm.io page: https://npm.io/package/grunt-terser-parallel

## Dependencies (2)

- [async](https://npm.io/package/async.md) ^2.6.2
- [terser](https://npm.io/package/terser.md) ^3.8.0

## Recent versions

- 0.1.7 (latest) — 2019-03-22
- 0.1.6 — 2019-03-22

## README

# grunt-terser-parallel

> Grunt plugin for A JavaScript parser, mangler/compressor and beautifier toolkit for ES6+.

## Getting Started
This plugin requires Grunt `~0.4.5`

If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

```shell
npm install grunt-terser-parallel --save-dev
```

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

```js
grunt.loadNpmTasks('grunt-terser-parallel');
```

## The "terser" task

### Overview
In your project's Gruntfile, add a section named `terser` to the data object passed into `grunt.initConfig()`.

```js
grunt.initConfig({
  terser: {
    options: {
      // Task-specific options go here.
    },
    your_target: {
      // Target-specific file lists and/or options go here.
    },
  },
});
```

### Options

Accepts Terser's [options](https://www.npmjs.com/package/terser#minify-options).

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).

## Release History
_(Nothing yet)_

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