Disabled uglify unicode conversion. Fixes #676
This commit is contained in:
parent
ac41fa88b4
commit
dea86cedcd
@ -90,7 +90,8 @@ gulp.task('requirejs', [
|
||||
.pipe(uglify({
|
||||
output: {
|
||||
beautify: true,
|
||||
indent_level: 1
|
||||
indent_level: 1,
|
||||
ascii_only: true
|
||||
}
|
||||
}))
|
||||
.pipe(gulp.dest('./public/res-min/'));
|
||||
|
@ -9,6 +9,7 @@
|
||||
<link rel="shortcut icon" href="res-min/img/stackedit-32.ico" type="image/x-icon">
|
||||
<link rel="shortcut icon" sizes="192x192" href="res-min/img/logo-highres.png">
|
||||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="res-min/img/logo-ipad-retina.png">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="description" content="Full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.">
|
||||
<meta name="author" content="Benoit Schweblin">
|
||||
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
@ -6,6 +6,7 @@
|
||||
<link rel="canonical" href="https://stackedit.io/">
|
||||
<link rel="icon" href="res-min/img/stackedit-32.ico" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="res-min/img/stackedit-32.ico" type="image/x-icon">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="description"
|
||||
content="Full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.">
|
||||
<meta name="author" content="Benoit Schweblin">
|
||||
|
@ -6,6 +6,7 @@
|
||||
<link rel="canonical" href="https://stackedit.io/viewer">
|
||||
<link rel="icon" href="res-min/img/stackedit-32.ico" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="res-min/img/stackedit-32.ico" type="image/x-icon">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="description" content="Full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.">
|
||||
<meta name="author" content="Benoit Schweblin">
|
||||
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
Loading…
Reference in New Issue
Block a user