From 0856efd5b12a85a18b06204ff7509983081abd4b Mon Sep 17 00:00:00 2001 From: Jensen Date: Wed, 8 Jun 2016 15:39:00 -0700 Subject: [PATCH] :musical_note: Updating uglify version and polyfill concat paths. --- Gruntfile.js | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index f79dd59e..8669010e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -27,8 +27,8 @@ module.exports = function (grunt) { 'js/util/dom_request_xhr.js', // req when using XHR 'js/util/dom_request_script.js', // req otherwise // 'js/widget/loader.js', // optional - 'inc/polyfill/Base64.js', - 'inc/polyfill/base64binary.js' + 'inc/shim/Base64.js', + 'inc/shim/base64binary.js' ] }, uglify: { @@ -44,4 +44,4 @@ module.exports = function (grunt) { /// grunt.registerTask('default', ['concat', 'uglify']); /// -}; \ No newline at end of file +}; diff --git a/package.json b/package.json index f106be13..d91a2325 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "devDependencies": { "grunt": "~0.4.0", "grunt-contrib-concat": "~0.1.3", - "grunt-contrib-uglify": "~0.1.2" + "grunt-contrib-uglify": "~1.0.1" } }