Mar 24 2014 Preserving /*** multiline strings ***/ with UglifyJS2 Here are two quick and dirty examples showing how to preserve /*** multiline string comments ***/ when using uglifyjs (i.e., uglify 2.0). The first uses the basic uglify cli approach, the second uses gulp. Read More