Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
042eb55b
Verified
Commit
042eb55b
authored
1 month ago
by
Dave Long
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3520723
followup by nod_: Add HTMX dependency to core
parent
8c4591e2
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!5423
Draft: Resolve #3329907 "Test2"
,
!3478
Issue #3337882: Deleted menus are not removed from content type config
,
!579
Issue #2230909: Simple decimals fail to pass validation
Pipeline
#491318
passed
4 weeks ago
Stage: 🪄 Lint
Stage: 🗜️ Test
Pipeline: drupal
#491319
Changes
3
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
core/assets/vendor/htmx/debug.js
+0
-11
0 additions, 11 deletions
core/assets/vendor/htmx/debug.js
core/core.libraries.yml
+0
-12
0 additions, 12 deletions
core/core.libraries.yml
core/scripts/js/vendor-update.js
+1
-1
1 addition, 1 deletion
core/scripts/js/vendor-update.js
with
1 addition
and
24 deletions
core/assets/vendor/htmx/debug.js
deleted
100644 → 0
+
0
−
11
View file @
8c4591e2
htmx
.
defineExtension
(
'
debug
'
,
{
onEvent
:
function
(
name
,
evt
)
{
if
(
console
.
debug
)
{
console
.
debug
(
name
,
evt
)
}
else
if
(
console
)
{
console
.
log
(
'
DEBUG:
'
,
name
,
evt
)
}
else
{
throw
new
Error
(
'
NO CONSOLE SUPPORTED
'
)
}
}
})
This diff is collapsed.
Click to expand it.
core/core.libraries.yml
+
0
−
12
View file @
042eb55b
...
...
@@ -791,18 +791,6 @@ htmx:
js
:
assets/vendor/htmx/htmx.min.js
:
{
minified
:
true
}
htmx.debug
:
remote
:
https://github.com/bigskysoftware/htmx-extensions
version
:
"
2.0.1"
license
:
name
:
Zero-Clause BSD
url
:
https://raw.githubusercontent.com/bigskysoftware/htmx-extensions/refs/heads/main/src/debug/LICENSE
gpl-compatible
:
true
js
:
assets/vendor/htmx/debug.js
:
{}
dependencies
:
-
core/htmx
internal.floating-ui
:
remote
:
https://github.com/floating-ui/floating-ui
version
:
"
1.6.12"
...
...
This diff is collapsed.
Click to expand it.
core/scripts/js/vendor-update.js
+
1
−
1
View file @
042eb55b
...
...
@@ -81,11 +81,11 @@ const assetsFolder = `${coreFolder}/assets/vendor`;
},
{
pack
:
'
htmx.org
'
,
folder
:
'
htmx
'
,
library
:
'
htmx
'
,
files
:
[
{
from
:
'
dist/htmx.min.js
'
,
to
:
'
htmx.min.js
'
},
{
from
:
'
dist/htmx.js
'
,
to
:
'
htmx.js
'
},
{
from
:
'
dist/ext/debug.js
'
,
to
:
'
debug.js
'
},
],
},
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment