thread-pond / signature-pad

A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration.
BSD 3-Clause "New" or "Revised" License
727 stars 292 forks source link

Update built .min version and grunt npm dependencies #208

Closed JLRishe closed 4 years ago

JLRishe commented 4 years ago

The latest update to jquery.signaturepad.js did not include an updated build of jquery.signaturepad.min.js.

Additionally, it appears that the Grunt build was broken on newer versions of Node due to https://github.com/gruntjs/grunt-contrib-uglify/issues/287

This PR includes a fresh build of jquery.signaturepad.min.js and updates the Grunt dev dependencies to the latest versions to fix the build failure.