Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fouber/fis-optimizer-shutup

an optimizer for fis to remove alert,console,console.log, etc.
https://github.com/fouber/fis-optimizer-shutup

Last synced: 5 days ago
JSON representation

an optimizer for fis to remove alert,console,console.log, etc.

Awesome Lists containing this project

README

        

## an optimizer for fis to remove alert, console, console.log, debugger etc.

## step 1. install

```bash
npm install -g fis-optimizer-shutup
```

## step 2. configurate

```javascript

//fis-conf.js
fis.config.set('modules.optimizer.js', 'shutup, uglify-js');

```

## step 3. use

fis release ``-o``