Skip to content

Commit

Permalink
temporarily swtich to custom bouncer build, integration submission fix (
Browse files Browse the repository at this point in the history
  • Loading branch information
xini committed Oct 12, 2021
1 parent 734293c commit cf53a01
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/dist/javascript/form-validation.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/javascript/form-validation.js.map

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion client/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ const paths = {

const scriptFiles = {
"form-validation.js": [
"node_modules/formbouncerjs/dist/bouncer.polyfills.min.js",
"node_modules/formbouncerjs/src/js/bouncer/_classList.polyfill.js",
"node_modules/formbouncerjs/src/js/bouncer/_closest.polyfill.js",
"node_modules/formbouncerjs/src/js/bouncer/_customEvent.polyfill.js",
"node_modules/formbouncerjs/src/js/bouncer/_matches.polyfill.js",
"node_modules/formbouncerjs/src/js/bouncer/bouncer.js",
"src/javascript/validation-init.js"
]
}
Expand Down
7 changes: 3 additions & 4 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Florian Thoma",
"license": "BSD-3-Clause",
"dependencies": {
"formbouncerjs": "^1.4.6"
"formbouncerjs": "xini/bouncer#patch-1"
},
"devDependencies": {
"del": "^6.0.0",
Expand Down

0 comments on commit cf53a01

Please sign in to comment.