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/copy.js |
module.exports = { main: { src: [ '**', '!node_modules/**', '!build/**', '!grunt/**', '!.git/**', '!Gruntfile.js', '!package.json', '!.gitignore', '!.gitmodules', '!.tx/**', '!**/Gruntfile.js', '!**/package.json', '!**/README.md', '!**/*~' ], dest: 'build/<%= pkg.name %>/' } };