Skip to content
Closed
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
5 changes: 5 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
"aot": true,
"assets": [
"src/assets",
{
"glob": "VERSION_D.html",
"input": "src/static-files",
"output": "static-files"
},
"src/robots.txt"
],
"styles": [
Expand Down
7 changes: 7 additions & 0 deletions src/static-files/VERSION_D.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!--
Placeholder for the deployed-version info (issue #813).
This file is regenerated at Docker/CI build time by scripts/sourceversion.py
and served at /static/VERSION_D. The committed placeholder only ensures the
src/static-files directory exists so the build-time redirection and the
angular.json asset copy succeed.
-->
160 changes: 0 additions & 160 deletions src/static-files/about.html

This file was deleted.

41 changes: 0 additions & 41 deletions src/static-files/cite.html

This file was deleted.

32 changes: 0 additions & 32 deletions src/static-files/cookies.html

This file was deleted.

Loading
Loading