Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Mar 2, 2020

Conversation

mgol
Copy link
Member

@mgol mgol commented Feb 28, 2020

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

@mgol mgol requested a review from gibson042 February 28, 2020 17:54
Running `grunt` will now just build Sizzle, do a size comparison & run ESLint,
similarly to what we do in jQuery. `grunt test` is used to run unit tests and
it requires running `grunt` or `grunt build` before to generate the built Sizzle
version.

Fixes jquerygh-239
@mgol mgol force-pushed the jquery-release branch from b461b32 to 6d76c1b Compare March 1, 2020 21:22
@mgol mgol added this to the 2.3.5 milestone Mar 1, 2020
@mgol mgol merged commit 096f683 into jquery:master Mar 2, 2020
@mgol mgol deleted the jquery-release branch March 2, 2020 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Isolate locally-built sizzle files from released code
2 participants