grunt-contrib-compress
grunt-contrib-compress copied to clipboard
How to compress symlink?
How is it possible to get the symlink in the archive file?
Here is my Gruntfile.js compress section: compress: { main: { options: { archive: 'archive.tgz' }, expand: true, cwd: 'dist/', src: ['**/*'] } }