mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Encode non-ASCII as \uXXXX
This commit is contained in:
parent
5c4be05d3b
commit
f5fb8d71cb
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user