DigitalCommons / sea-wordpress-theme

0 stars 1 forks source link

`grunt build` clobbers styles.css metadata #5

Open wu-lee opened 3 years ago

wu-lee commented 3 years ago

WP expects certain tags to exist in styles.css in a theme .zip archive for it to be recognised as a theme it can install.

grunt dev inserts these tags. grunt build inserts them, but then strips them out with the cssmin task. They need to be preserved.