mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
demo shell fix for insights asssets
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "../node_modules/analytics/bundles/assets",
|
||||
"input": "../node_modules/insights/bundles/assets",
|
||||
"output": "./assets/"
|
||||
},
|
||||
{
|
||||
@@ -102,7 +102,7 @@
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "../../lib/analytics/bundles/assets",
|
||||
"input": "../../lib/insights/bundles/assets",
|
||||
"output": "./assets/"
|
||||
},
|
||||
{
|
||||
@@ -112,8 +112,8 @@
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "../../lib/analytics/i18n",
|
||||
"output": "./assets/@adf/analytics/i18n"
|
||||
"input": "../../lib/insights/i18n",
|
||||
"output": "./assets/@adf/insights/i18n"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
|
Reference in New Issue
Block a user