Browse Source

Update grunt-contrib-ugligy configuration to preserve comments

The preseverComments option has been deprecated from version 2.x
pull/484/head
Sergi Almacellas Abellana 7 years ago
parent
commit
1c12fcee06
  1. 4
      Gruntfile.js
  2. 2
      papaparse.js

4
Gruntfile.js

@ -2,7 +2,9 @@ module.exports = function(grunt) { @@ -2,7 +2,9 @@ module.exports = function(grunt) {
grunt.initConfig({
uglify: {
options: {
preserveComments: 'some',
output: {
comments: 'some',
},
},
min: {
files: {

2
papaparse.js

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*!
/*@license
Papa Parse
v4.3.7
https://github.com/mholt/PapaParse

Loading…
Cancel
Save