mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 06:35:03 -05:00
Build: Encode non-ASCII as \uXXXX
This commit is contained in:
@@ -183,6 +183,7 @@ module.exports = function( grunt ) {
|
||||
options: {
|
||||
preserveComments: false,
|
||||
sourceMap: true,
|
||||
ASCIIOnly: true,
|
||||
sourceMapName:
|
||||
"dist/<%= grunt.option('filename').replace('.js', '.min.map') %>",
|
||||
report: "min",
|
||||
|
||||
Reference in New Issue
Block a user