Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Output ascii safe builds for non unicode environments
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed May 12, 2014
1 parent 39c6bf7 commit 95385e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ module.exports = function(grunt) {
nonull: true,
compress: {
unsafe: false
},
beautify: {
ascii_only: true
}
},
Platform: {
Expand Down

0 comments on commit 95385e8

Please sign in to comment.