Skip to content

Commit 0bdff5a

Browse files
refactor: move 3rd party Javascript and CSS code
Move the third-party Javascript and CSS code to `Web/assets/vendor` to make it clear what code is third-party and what code is Librebooking's. This will allow future automated Javascript/CSS formatting of Librebooking's code but not touch any third-party code.
1 parent 1b91ad3 commit 0bdff5a

File tree

420 files changed

+379
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

420 files changed

+379
-91
lines changed

Web/assets/vendor/.gitkeep

Whitespace-only changes.

Web/scripts/js/ajaxfileupload.js renamed to Web/assets/vendor/ajaxfileupload/1.0.0/js/ajaxfileupload.js

File renamed without changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "ajaxfileupload",
3+
"version": "1.0.0",
4+
"description": "jQuery plugin for file upload.",
5+
"homepage": "https://github.com/carlcarl/AjaxFileUpload",
6+
"source": "Unknown",
7+
"license": "Unknown"
8+
}

Web/css/bootstrap-icons/css/bootstrap-icons.min.css renamed to Web/assets/vendor/bootstrap-icons/1.11.3/css/bootstrap-icons.min.css

File renamed without changes.

Web/css/bootstrap-icons/css/fonts/bootstrap-icons.woff renamed to Web/assets/vendor/bootstrap-icons/1.11.3/css/fonts/bootstrap-icons.woff

File renamed without changes.

Web/css/bootstrap-icons/css/fonts/bootstrap-icons.woff2 renamed to Web/assets/vendor/bootstrap-icons/1.11.3/css/fonts/bootstrap-icons.woff2

File renamed without changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "bootstrap-icons",
3+
"version": "1.11.3",
4+
"description": "Free, high quality, open source icon library with over 2,000 icons.",
5+
"homepage": "https://icons.getbootstrap.com/",
6+
"source": "https://github.com/twbs/icons/releases/download/v1.11.3/bootstrap-icons-1.11.3.zip",
7+
"license": "MIT"
8+
}

Web/scripts/js/bootstrapvalidator/bootstrapValidator.min.js renamed to Web/assets/vendor/bootstrap-validator/0.6.0/js/bootstrapValidator.min.js

File renamed without changes.

Web/scripts/js/bootstrapvalidator/language/ar_MA.js renamed to Web/assets/vendor/bootstrap-validator/0.6.0/js/language/ar_MA.js

File renamed without changes.

Web/scripts/js/bootstrapvalidator/language/be_FR.js renamed to Web/assets/vendor/bootstrap-validator/0.6.0/js/language/be_FR.js

File renamed without changes.

0 commit comments

Comments
 (0)