Automattic / regenerate-thumbnails

WordPress plugin for regenerating thumbnails of uploaded images. Over 1 million active users and counting.
https://alex.blog/wordpress-plugins/regenerate-thumbnails/
GNU General Public License v2.0
133 stars 54 forks source link

Create package script for deploys #100

Open renatho opened 4 years ago

renatho commented 4 years ago

To make the deploy easier and prevent mistakes, we could create a script to generate a folder with the built plugin to upload.

Maybe we could do it based on https://github.com/Automattic/sensei/blob/master/gulpfile.js. Or create a new script for that.

renatho commented 4 years ago

See also: https://github.com/Automattic/syntaxhighlighter/issues/147