Skip to content

Commit 6391520

Browse files
committed
Merge pull request requirejs#688 from victor-homyakov/patch-2
Proper URLs for UglifyJS2 options
2 parents 400e433 + cf9abe8 commit 6391520

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

build/example.build.js

+6-5
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,12 @@
171171
no_mangle: true
172172
},
173173

174-
//If using UglifyJS for script optimization, these config options can be
175-
//used to pass configuration values to UglifyJS.
176-
//For possible values see:
177-
//http://lisperator.net/uglifyjs/codegen
178-
//http://lisperator.net/uglifyjs/compress
174+
//If using UglifyJS2 for script optimization, these config options can be
175+
//used to pass configuration values to UglifyJS2.
176+
//For possible `output` values see:
177+
//https://github.com/mishoo/UglifyJS2#beautifier-options
178+
//For possible `compress` values see:
179+
//https://github.com/mishoo/UglifyJS2#compressor-options
179180
uglify2: {
180181
//Example of a specialized config. If you are fine
181182
//with the default options, no need to specify

0 commit comments

Comments
 (0)