philhawksworth / netlify-plugin-minify-html

26 stars 8 forks source link

fix: switch to onPostBuild instead of onSuccess #11

Closed erezrokah closed 4 years ago

erezrokah commented 4 years ago

Hi @philhawksworth!

We're making a change to how onSuccess works.

Current: onSuccess occurs after the build command is complete, but before any files are uploaded. Upcoming: onSuccess occurs after the site is deployed, live, and published to production (if applicable).

As a result of the upcoming change the functionality of this plugin will break.

This PR changes the plugin to work both with the current behaviour and the upcoming one.