Current Path : /home/escuelai/public_html/eihu.edu.uy/wp-content/plugins/restrict-content-pro/grunt/ |
Current File : /home/escuelai/public_html/eihu.edu.uy/wp-content/plugins/restrict-content-pro/grunt/compress.js |
// Compress build directory into <name>.zip and <name>-<version>.zip module.exports = { main: { options: { mode: 'zip', archive: './build/<%= pkg.name %>-<%= pkg.version %>.zip' }, expand: true, cwd: 'build/<%= pkg.name %>/', src: ['**/*'], dest: '<%= pkg.name %>/' } };