UNPKG

generator-scratch

Version:

Scratch is a starter theme generator based on _s and Foundation. It's a theme meant for hacking so don't use it as a Parent Theme. Instead try turning it into the next, most awesome, WordPress theme out there.

21 lines (20 loc) 390 B
module.exports = { /** * grunt-contrib-compress * * Compress files and folders. * * Used in grunt package to create production-ready zip file. * * @link https://www.npmjs.com/package/grunt-contrib-compress */ main: { options: { mode: 'zip', archive: './dist/<%%= package.name %>.zip' }, expand: true, cwd: 'dist/<%%= package.name %>/', src: ['**/*'] } };