井號(#)是否在JavaScript中開始評論?我有我與NPM使用的網站,當我試圖用步兵來壓縮JavaScript,醜化扔了錯誤: Warning: Uglification failed.
Unexpected character '#'.
Line 1 in app/min-libs/node_modules/grunt-contrib-jshint/node_modules/jshint
我試圖用UglifyJS2醜化一個簡單的JavaScript文件。 下面是該文件的內容: //this is simply a sample var
var sampleVar = "xyz";
//lots of comments
//this is just another comment
//such things should not be present in javascri