From 4ca1c8e0739f818f16dd5937ba524bfb60983e78 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sat, 3 Jun 2017 00:34:17 +0900 Subject: [PATCH] Update Gruntfile.js to exclude xml2json.js --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 221bf7a61..8144ce46e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -27,6 +27,7 @@ module.exports = function(grunt) { 'common/js/html5.js', 'common/js/x.js', 'common/js/xe.js', + 'common/js/xml2json.js', 'common/js/modernizr.js', 'vendor/**', 'tests/**',