Skip to content

Commit

Permalink
feat update file replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan88 committed Oct 17, 2023
1 parent d2eb950 commit 302f9f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"with": "src/environments/environment.prod.ts"
},
{
"replace": "./tailwind.config.ts",
"replace": "tailwind.config.ts",
"with": "src/custom-themes/default/tailwind.config.ts"
}
],
Expand Down Expand Up @@ -135,7 +135,7 @@
"with": "src/environments/environment.prod.ts"
},
{
"replace": "./tailwind.config.ts",
"replace": "tailwind.config.ts",
"with": "src/custom-themes/default/tailwind.config.ts"
}
],
Expand Down Expand Up @@ -184,7 +184,7 @@
"with": "src/environments/environment.prod.ts"
},
{
"replace": "./tailwind.config.ts",
"replace": "tailwind.config.ts",
"with": "src/custom-themes/app-kadetten-unihockey/tailwind.config.ts"
}
],
Expand Down Expand Up @@ -233,7 +233,7 @@
"with": "src/environments/environment.prod.ts"
},
{
"replace": "./tailwind.config.ts",
"replace": "tailwind.config.ts",
"with": "src/custom-themes/app-uhc-win-u/tailwind.config.ts"
}
],
Expand Down Expand Up @@ -282,7 +282,7 @@
"with": "src/environments/environment.prod.ts"
},
{
"replace": "./tailwind.config.ts",
"replace": "tailwind.config.ts",
"with": "src/custom-themes/app-stv-spreitenbach/tailwind.config.ts"
}
],
Expand Down Expand Up @@ -331,7 +331,7 @@
"with": "src/environments/environment.prod.ts"
},
{
"replace": "./tailwind.config.ts",
"replace": "tailwind.config.ts",
"with": "src/custom-themes/app-vbc-schaffhausen/tailwind.config.ts"
}
],
Expand Down Expand Up @@ -380,7 +380,7 @@
"with": "src/environments/environment.prod.ts"
},
{
"replace": "./tailwind.config.ts",
"replace": "tailwind.config.ts",
"with": "src/custom-themes/app-kadetten-handball/tailwind.config.ts"
}
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myclub",
"version": "0.0.11",
"version": "0.0.12",
"author": "liitu consulting gmbh",
"homepage": "https://my-club.app/",
"scripts": {
Expand Down

0 comments on commit 302f9f4

Please sign in to comment.