UNPKG

@gravityforms/gulp-tasks

Version:
19 lines (16 loc) 284 B
import paths from './paths.js'; const replace = { templateStrings: [ { replace: '{{currentYear}}', replacement: new Date().getFullYear(), files: { src: [ `${ paths.css_dist }/**/*.css`, ], dest: paths.css_dist, }, }, ], }; export default replace;