You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.markdown
+23-3
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
A Textmate bundle which allows you to easily minify your javascript files using [UglifyJS]() by Mihai Bazon.
5
+
A Textmate bundle which allows you to easily minify your javascript files using [UglifyJS](https://github.com/mishoo/UglifyJS) by Mihai Bazon.
6
6
7
7
## Usage
8
8
@@ -12,7 +12,7 @@ A new file will be created with your files combined and minified.
12
12
13
13
## Installing the bundle
14
14
15
-
The bundle currently relies on [NodeJS]() and the [UglifyJS npm package](). If you need to install these, follow the instructions in the next section, then return here to install the bundle.
15
+
The bundle currently relies on [node.js](http://nodejs.org/) and the [UglifyJS npm package](https://github.com/mishoo/UglifyJS). If you need to install these, follow the instructions in the next section, then return here to install the bundle.
0 commit comments