UNPKG

@gravityforms/gulp-tasks

Version:
17 lines (15 loc) 264 B
const paths = require( './paths' ); module.exports = { templateStrings: [ { replace: '{{currentYear}}', replacement: new Date().getFullYear(), files: { src: [ `${ paths.css_dist }/**/*.css`, ], dest: paths.css_dist, }, }, ], };