Grunt Uglify Example

// Grunt Uglify Example uglify: { xlsx: { options: { mangle: false, sourceMap: true, sourceMapName: 'js/xlsx/xlsx.min.map' }, files: { 'js/xlsx/xlsx.min.js': ['js/xlsx/lodash.min.js','js/xlsx/jszip.js','js/xlsx/xlsx.js','js/xlsx/xlsx-reader.js'] } }, }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.