Skip to content

Commit

Permalink
Removed popper
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo-MG committed Sep 12, 2024
1 parent 1344b55 commit 0d473b2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,14 +384,6 @@
<include>webfonts/*.*</include>
</includes>
</resource>
<resource>
<!-- Copies popperjs into a custom folder -->
<directory>node_modules/@popperjs</directory>
<targetPath>popperjs</targetPath>
<includes>
<include>core/dist/umd/popper.min.js</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/META-INF/maven/site.vm
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ $bodyContent
<div>Rendered using <a href="@project.url@">@project.name@</a> @project.version@</div>
</div>
</footer>
<script src="./lib/popperjs/core/dist/umd/popper.min.js"></script>
<script src="./lib/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="./lib/highlight/highlight.pack.js"></script>
<script src="./js/initializeHighlight.js"></script>
Expand Down
1 change: 0 additions & 1 deletion src/test/resources/it/resources/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

// Verifies that all the files were created
[
'target/site/lib/popperjs/core/dist/umd/popper.min.js',
'target/site/lib/bootstrap/dist/js/bootstrap.min.js',
'target/site/lib/bootswatch/dist/litera/bootstrap.min.css',
'target/site/lib/font-awesome/css/all.min.css',
Expand Down

0 comments on commit 0d473b2

Please sign in to comment.