mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1968] fix packaging issues i18n and assets (#2665)
* fix packaging issues i18n and assets * remove other not used fodler
This commit is contained in:
@@ -109,7 +109,9 @@ module.exports = {
|
||||
return resourcePath.replace('assets/', 'bundles/assets/') + url;
|
||||
},
|
||||
publicPath: (url, resourcePath)=> {
|
||||
return resourcePath + url;
|
||||
var component = resourcePath.substring(0, resourcePath.indexOf('/'));
|
||||
var path = resourcePath.replace(component, '');
|
||||
return path + url;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -145,7 +147,7 @@ module.exports = {
|
||||
... alfrescoLibs.map(lib => {
|
||||
return {
|
||||
from: `${lib}/i18n/`,
|
||||
to: `${lib}/bundles/assets/${lib}/i18n/`
|
||||
to: `${lib}/bundles/assets/adf-${lib}/i18n/`
|
||||
}
|
||||
})
|
||||
]),
|
||||
|
Reference in New Issue
Block a user