Update Gruntfile.js to exclude xml2json.js

This commit is contained in:
Kijin Sung 2017-06-03 00:34:17 +09:00
parent af408a57cc
commit 4ca1c8e073

View file

@ -27,6 +27,7 @@ module.exports = function(grunt) {
'common/js/html5.js', 'common/js/html5.js',
'common/js/x.js', 'common/js/x.js',
'common/js/xe.js', 'common/js/xe.js',
'common/js/xml2json.js',
'common/js/modernizr.js', 'common/js/modernizr.js',
'vendor/**', 'vendor/**',
'tests/**', 'tests/**',