Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,10 @@ package-lock.json
.settings/*
.env.bak
cp.env.bak
.generated.env
.generated.env
api/node_modules/


# Ignore generated frontend assets
api/src/main/resources/static/node/
api/node
6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"@fullcalendar/timegrid": "^6.1.12",
"@popperjs/core": "^2.11.8",
"@stomp/stompjs": "^7.0.0",
"bootstrap": "^5.3.1",
"bootstrap": "latest-5",
"bootstrap5-tags": "latest",
"browserify": "^17.0.1",
"datatables": "^1.10.18",
"floatthead": "^2.2.5",
"google-protobuf": "^3.21.4",
"gridstack": "^11.0.1",
"jquery": "^3.7.0",
"jquery": "latest",
"jquery-cron": "latest",
"jquery-ui": "^1.13.2",
"jquery-ui": "latest",
"rrule": "^2.8.1",
"sockjs-client": "^1.6.1",
"tooltip": "^1.6.1",
Expand Down
5 changes: 2 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@
</dependency>
</dependencies>


<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.github.eirslett</groupId>
Expand All @@ -222,7 +222,7 @@
</goals>
<phase>generate-resources</phase>
<configuration>
<arguments>clean-install</arguments>
<arguments>install</arguments>
</configuration>
</execution>
<execution>
Expand Down Expand Up @@ -279,6 +279,5 @@
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
6 changes: 0 additions & 6 deletions api/src/main/resources/static/node/css/bootstrap-grid.min.css

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading