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
Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 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