grunt-contrib-compress icon indicating copy to clipboard operation
grunt-contrib-compress copied to clipboard

How to compress symlink?

Open collaborator99 opened this issue 7 years ago • 0 comments

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: ['**/*'] } }

collaborator99 avatar Mar 24 '17 22:03 collaborator99