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: {
|
options: {
|
||||||
preserveComments: false,
|
preserveComments: false,
|
||||||
sourceMap: true,
|
sourceMap: true,
|
||||||
|
ASCIIOnly: true,
|
||||||
sourceMapName:
|
sourceMapName:
|
||||||
"dist/<%= grunt.option('filename').replace('.js', '.min.map') %>",
|
"dist/<%= grunt.option('filename').replace('.js', '.min.map') %>",
|
||||||
report: "min",
|
report: "min",
|
||||||
|
Loading…
Reference in New Issue
Block a user