File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
src/main/resources/io/jenkins/plugins Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 107107 <exclude >*.bundle.*</exclude >
108108 </excludes >
109109 </resource >
110+ <resource >
111+ <directory >${project.basedir} /node_modules/@popperjs/core/dist/umd</directory >
112+ <filtering >false</filtering >
113+ <includes >
114+ <include >popper.js</include >
115+ <include >popper.min.js</include >
116+ <include >popper.min.js.flow</include >
117+ </includes >
118+ </resource >
110119 </resources >
111120 </configuration >
112121 </execution >
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Use it like <st:adjunct includes="io.jenkins.plugins.bootstrap5"/>
1212 <link type =" text/css" rel =" stylesheet" href =" ${resURL}/plugin/bootstrap5-api/css/bootstrap-custom-build.css" />
1313 <link type =" text/css" rel =" stylesheet" href =" ${resURL}/plugin/bootstrap5-api/css/jenkins-style.css" />
1414
15+ <script type =" text/javascript" src =" ${resURL}/plugin/bootstrap5-api/js/popper.min.js" />
1516 <script type =" text/javascript" src =" ${resURL}/plugin/bootstrap5-api/js/bootstrap.min.js" />
1617 <script type =" text/javascript" src =" ${resURL}/plugin/bootstrap5-api/js/no-prototype.js" />
1718
You can’t perform that action at this time.
0 commit comments