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
Fixes #495
  • Loading branch information
dfreedm committed May 12, 2014
1 parent a2744ff commit 08a5ba2
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 @@ -26,6 +26,9 @@ module.exports = function(grunt) {
},
Polymer: {
options: {
beautify: {
ascii_only: true,
},
sourceMap: true,
sourceMapName: 'build/polymer.js.map',
sourceMapIncludeSources: true,
Expand Down

0 comments on commit 08a5ba2

Please sign in to comment.