cr0ybot / gulp-wp

A reusable, extendable, updatable Gulp workflow for WordPress themes & plugins
MIT License
26 stars 3 forks source link

Changing text-domain creates new .pot file without removing the old one #16

Open cr0ybot opened 2 years ago

cr0ybot commented 2 years ago

Changing the text-domain also changes the filename of the .pot file, so the old file is left when a new one is created.

This could probably be as simple as adding languages/*.pot to the clean task.