Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fouber/fis-optimizer-shutup
- Owner: fouber
- License: mit
- Created: 2013-09-11T15:39:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-11T15:46:14.000Z (about 11 years ago)
- Last Synced: 2024-05-13T05:09:42.531Z (6 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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``