From 357975b6729e2fa92b96f457365e063efe92c63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Thu, 29 Dec 2016 11:22:50 -0300 Subject: [PATCH] adding UTF8 encoding support script --- Gruntfile.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index b847b7b71..5f7b369db 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -115,6 +115,7 @@ module.exports = function(grunt) { angular: { src: [ 'bower_components/qrcode-generator/js/qrcode.js', + 'bower_components/qrcode-generator/js/qrcode_UTF8.js', 'bower_components/moment/min/moment-with-locales.js', 'bower_components/angular-moment/angular-moment.js', 'bower_components/ng-lodash/build/ng-lodash.js', @@ -221,8 +222,8 @@ module.exports = function(grunt) { macPlist: { 'CFBundleURLTypes': [ { - 'CFBundleURLName' : 'URI Handler', - 'CFBundleURLSchemes' : ['bitcoin', '<%= pkg.name %>'] + 'CFBundleURLName': 'URI Handler', + 'CFBundleURLSchemes': ['bitcoin', '<%= pkg.name %>'] } ] }