Skip to content

Commit

Permalink
[PATCH] Fix minified js encoding, enforce UTF-8 (bug #980)
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb authored and Jesse Eichar committed Oct 25, 2012
1 parent 6baff20 commit 9c88deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<nosuffix>true</nosuffix>
<gzip>false</gzip>
<force>true</force>
<encoding>UTF-8</encoding>
<nomunge>true</nomunge>
<jswarn>${minify.verbose}</jswarn>
<excludes>
Expand Down
1 change: 1 addition & 0 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@
<nosuffix>true</nosuffix>
<gzip>false</gzip>
<force>true</force>
<encoding>UTF-8</encoding>
<nomunge>false</nomunge>
<jswarn>${minify.verbose}</jswarn>
<excludes>
Expand Down

0 comments on commit 9c88deb

Please sign in to comment.