jquery / sizzle

A sizzlin' hot selector engine.
https://sizzlejs.com
Other
6.29k stars 951 forks source link

Release: Make Sizzle work with jquery-release, remove generated files #467

Closed mgol closed 4 years ago

mgol commented 4 years ago

Summary of the changes, divided into three commits here:

  1. Build: Remove obsolete Grunt tasks & generated dist files
  2. Release: jquery-release fixes
  3. Build: Don't run tests on grunt

It turns out jquery-release already allows one to skip the CDN part of the release so it was possible to remove overriding private Release methods.

I did a release on the branch with --dry-run and the output looked correct to me.

Fixes gh-239