Skip to content
Snippets Groups Projects
Commit a033f2b3 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Remove the metadata.json file, no longer used

We might add it back for the demo page, but we no longer need it
in its current form.
parent a12e0c51
No related branches found
No related tags found
No related merge requests found
{
"element": "vpu-person-profile",
"module_src": "vpu-person-profile.js",
"routing_name": "person-profile",
"name": {
"de": "Benutzerprofil",
"en": "User profile"
},
"short_name": {
"de": "Profil",
"en": "Profile"
},
"description": {
"de": "Zeigt informationen über den Benutzer an",
"en": "Shows information about the user"
}
}
...@@ -52,7 +52,6 @@ export default { ...@@ -52,7 +52,6 @@ export default {
copy({ copy({
targets: [ targets: [
{src: 'assets/index.html', dest: 'dist'}, {src: 'assets/index.html', dest: 'dist'},
{src: 'assets/vpu-person-profile.metadata.json', dest: 'dist'},
{src: 'node_modules/vpu-common/assets/icons/*.svg', dest: 'dist/local/vpu-common/icons'}, {src: 'node_modules/vpu-common/assets/icons/*.svg', dest: 'dist/local/vpu-common/icons'},
], ],
}), }),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment