Skip to content

Commit cf53a01

Browse files
committed
temporarily swtich to custom bouncer build, integration submission fix (cferdinandi/bouncer#76)
1 parent 734293c commit cf53a01

5 files changed

Lines changed: 11 additions & 8 deletions

File tree

client/dist/javascript/form-validation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/dist/javascript/form-validation.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/gulpfile.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ const paths = {
2121

2222
const scriptFiles = {
2323
"form-validation.js": [
24-
"node_modules/formbouncerjs/dist/bouncer.polyfills.min.js",
24+
"node_modules/formbouncerjs/src/js/bouncer/_classList.polyfill.js",
25+
"node_modules/formbouncerjs/src/js/bouncer/_closest.polyfill.js",
26+
"node_modules/formbouncerjs/src/js/bouncer/_customEvent.polyfill.js",
27+
"node_modules/formbouncerjs/src/js/bouncer/_matches.polyfill.js",
28+
"node_modules/formbouncerjs/src/js/bouncer/bouncer.js",
2529
"src/javascript/validation-init.js"
2630
]
2731
}

client/package-lock.json

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Florian Thoma",
1010
"license": "BSD-3-Clause",
1111
"dependencies": {
12-
"formbouncerjs": "^1.4.6"
12+
"formbouncerjs": "xini/bouncer#patch-1"
1313
},
1414
"devDependencies": {
1515
"del": "^6.0.0",

0 commit comments

Comments
 (0)