UNPKG

foundation-sites-5

Version:

**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**

12 lines 270 B
// https://github.com/gruntjs/grunt-contrib-cssmin module.exports = { dist: { files: [{ expand: true, cwd: '<%= paths.dist %>assets/css', src: ['*.css', '!*.min.css'], dest: '<%= paths.dist %>assets/css', ext: '.min.css' }] } };