ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

JS Minify

by adampresley ST2

Sublime JavaScript Minifier

Details

  • 2013.07.08.01.08.46
  • github.​com
  • github.​com
  • 11 years ago
  • 1 hour ago
  • 12 years ago

Installs

  • Total 10K
  • Win 6K
  • Mac 3K
  • Linux 1K
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime JavaScript Minifier

About

Sublime JavaScript Minifier is a Sublime Text 2 plugin designed to allow users an easy way to minify a JavaScript file they are working on. It also sports the ability to try and find an existing minified file and alter it based on a configurable list of file name suffixes. For example, when minifying yourFile.js it will look for youFile.min.js or yourFile-min.js.

Installation

To install this plugin use the Sublime Text 2 Package Control plugin found at http://wbond.net/sublime_packages/package_control. Start by pressing CTRL + SHIFT + P and find Package Control: Install Package and press Enter. You can search for the JavaScript Minifier plugin by the name of JS Minify.

Once complete you should be able to open a JavaScript file and execute it one of the following ways:

  • CTRL + ALT + M
  • Right-click -> Adam Presley -> Minify JavaScript
  • Tools -> Adam Presley -> Minify JavaScript

License

Sublime JavaScript Minifier Copyright © 2011 Adam Presley

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

adam [at] adampresley [dot] com