# grunt-ngmin **Repository Path**: mirrors_rubenv/grunt-ngmin ## Basic Information - **Project Name**: grunt-ngmin - **Description**: Grunt task for ngmin - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # grunt-ngmin Grunt task for [ngmin](https://github.com/btford/ngmin). ## Example Task Config ```javascript grunt.initConfig({ ngmin: { dist: { files: [{ expand: true, cwd: 'app/scripts', src: '*.js', dest: 'out/scripts' }] } } }); ``` ## License BSD