Skip to content

Commit c6cbfa9

Browse files
authored
Merge pull request #70 from SentriusLLC/remove_node_code
Git ignore node modules
2 parents a379378 + aa22940 commit c6cbfa9

File tree

140 files changed

+12
-109324
lines changed

Some content is hidden

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

140 files changed

+12
-109324
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,10 @@ package-lock.json
4949
.settings/*
5050
.env.bak
5151
cp.env.bak
52-
.generated.env
52+
.generated.env
53+
api/node_modules/
54+
55+
56+
# Ignore generated frontend assets
57+
api/src/main/resources/static/node/
58+
api/node

api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"@fullcalendar/timegrid": "^6.1.12",
1515
"@popperjs/core": "^2.11.8",
1616
"@stomp/stompjs": "^7.0.0",
17-
"bootstrap": "^5.3.1",
17+
"bootstrap": "latest-5",
1818
"bootstrap5-tags": "latest",
1919
"browserify": "^17.0.1",
2020
"datatables": "^1.10.18",
2121
"floatthead": "^2.2.5",
2222
"google-protobuf": "^3.21.4",
2323
"gridstack": "^11.0.1",
24-
"jquery": "^3.7.0",
24+
"jquery": "latest",
2525
"jquery-cron": "latest",
26-
"jquery-ui": "^1.13.2",
26+
"jquery-ui": "latest",
2727
"rrule": "^2.8.1",
2828
"sockjs-client": "^1.6.1",
2929
"tooltip": "^1.6.1",

api/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
200200
</dependency>
201201
</dependencies>
202202

203+
203204
<build>
204-
<pluginManagement>
205205
<plugins>
206206
<plugin>
207207
<groupId>com.github.eirslett</groupId>
@@ -222,7 +222,7 @@
222222
</goals>
223223
<phase>generate-resources</phase>
224224
<configuration>
225-
<arguments>clean-install</arguments>
225+
<arguments>install</arguments>
226226
</configuration>
227227
</execution>
228228
<execution>
@@ -279,6 +279,5 @@
279279
<artifactId>maven-project-info-reports-plugin</artifactId>
280280
</plugin>
281281
</plugins>
282-
</pluginManagement>
283282
</build>
284283
</project>

api/src/main/resources/static/node/css/bootstrap-grid.min.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

api/src/main/resources/static/node/css/bootstrap-grid.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

api/src/main/resources/static/node/css/bootstrap-grid.rtl.min.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

api/src/main/resources/static/node/css/bootstrap-grid.rtl.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

api/src/main/resources/static/node/css/bootstrap-reboot.min.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

api/src/main/resources/static/node/css/bootstrap-reboot.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)