Skip to content

Commit

Permalink
chore: no longer build jQuery dependency (#3023)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Jul 17, 2020
1 parent 5e97501 commit af9b309
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 79 deletions.
1 change: 0 additions & 1 deletion js/deps/jquery.js

This file was deleted.

4 changes: 0 additions & 4 deletions js/deps/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ const template = {
};

export default [
{
input: "js/deps/jquery.js",
...template
},
{
input: "js/deps/pluralize.js",
...template
Expand Down
73 changes: 0 additions & 73 deletions src/core/jquery-enhanced.js

This file was deleted.

1 change: 0 additions & 1 deletion tests/spec/core/utils-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ describe("Core - Utils", () => {
});

describe("DOM utils", () => {
// migrated from core/jquery-enhanced
describe("getTextNodes", () => {
it("finds all the text nodes", () => {
const node = document.createElement("div");
Expand Down

0 comments on commit af9b309

Please sign in to comment.