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

https://github.com/savagecore/atom-uglify-es

:atom: package to Minify files with uglify-es
https://github.com/savagecore/atom-uglify-es

Last synced: 11 months ago
JSON representation

:atom: package to Minify files with uglify-es

Awesome Lists containing this project

README

          

[![Build status](https://ci.appveyor.com/api/projects/status/xdl3nffcglveivit/branch/master?svg=true)](https://ci.appveyor.com/project/SavageCore/atom-uglify-es/branch/master) [![Build Status](https://travis-ci.org/SavageCore/atom-uglify-es.svg?branch=master)](https://travis-ci.org/SavageCore/atom-uglify-es) [![Dependency Status](https://dependencyci.com/github/SavageCore/atom-uglify-es/badge)](https://dependencyci.com/github/SavageCore/atom-uglify-es) [![Greenkeeper badge](https://badges.greenkeeper.io/SavageCore/atom-uglify-es.svg)](https://greenkeeper.io/)
# atom-uglify-es

> Minify JavaScript with [uglify-es](https://www.npmjs.com/package/uglify-es)

## Install

$ apm install atom-uglify-es

Or Settings → Install → Search for `atom-uglify-es`

## Usage

* Open the Command Palette, and type `uglify-es`.
* Right click tab, tree-view or editor and click `Minify JavaScript`

Can also minify just a selection. For example the code in a `` tag.

## Keyboard shortcut

Set the keyboard shortcut you want in your [keymap](http://flight-manual.atom.io/using-atom/sections/basic-customization/#customizing-keybindings):

```cson
'atom-workspace':
'ctrl-alt-m': 'atom-uglify-es:uglify'
```

## License

MIT © [SavageCore](https://savagecore.eu)