Skip to content

Commit b353003

Browse files
authored
Vite migration (#747) (#775)
* untrack META-INF * add META-INF to .gitignore * migrate to vite, addresses #747
1 parent 4c90edb commit b353003

File tree

105 files changed

+4446
-16528
lines changed

Some content is hidden

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

105 files changed

+4446
-16528
lines changed

calm-hub/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ fabric.properties
116116
.idea/**/azureSettings.xml
117117

118118
### Java ###
119+
# META-INF
120+
META-INF/
121+
119122
# Compiled class file
120123
*.class
121124

calm-hub/src/main/resources/META-INF/resources/asset-manifest.json

Lines changed: 0 additions & 86 deletions
This file was deleted.
-3.78 KB
Binary file not shown.

calm-hub/src/main/resources/META-INF/resources/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.
-5.22 KB
Binary file not shown.
-9.44 KB
Binary file not shown.

calm-hub/src/main/resources/META-INF/resources/manifest.json

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

calm-hub/src/main/resources/META-INF/resources/robots.txt

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

calm-hub/src/main/resources/META-INF/resources/static/css/main.6f4ef821.css

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

calm-hub/src/main/resources/META-INF/resources/static/css/main.6f4ef821.css.map

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

0 commit comments

Comments
 (0)