Skip to content
This repository was archived by the owner on Jul 26, 2021. It is now read-only.

Commit b5b7bc0

Browse files
authored
fixed issue whith npm package updates (#8)
1 parent 5d5f5f4 commit b5b7bc0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,15 @@
105105
<arguments>install</arguments>
106106
</configuration>
107107
</execution>
108+
<execution>
109+
<id>npm update</id>
110+
<goals>
111+
<goal>npm</goal>
112+
</goals>
113+
<configuration>
114+
<arguments>update</arguments>
115+
</configuration>
116+
</execution>
108117
<execution>
109118
<id>gulp build</id>
110119
<goals>

src/main/resources/templates/annotation.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<html>
44
<head>
55
<title>GroupDocs.Annotation for Java Spring</title>
6-
<link type="text/css" rel="stylesheet" href="assets/common/css/font-awesome.min.css"/>
6+
<link rel="stylesheet" href="assets/common/css/all.min.css">
7+
<link rel="stylesheet" href="assets/common/css/v4-shims.min.css">
78
<link type="text/css" rel="stylesheet" href="assets/common/css/swiper.min.css">
89
<link type="text/css" rel="stylesheet" href="assets/common/css/jquery-ui.min.css"/>
910
<link type="text/css" rel="stylesheet" href="assets/common/css/circle-progress.css"/>

0 commit comments

Comments
 (0)