mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
update version library demo folders (#1901)
* update version library demo folders * fix demo dependency * fix upload demo and check permissions * fix images webpack resolution * fix update versions script
This commit is contained in:
committed by
Eugenio Romano
parent
5b4aad5d91
commit
e376b34341
@@ -94,8 +94,8 @@ module.exports = {
|
||||
},
|
||||
publicPath: (url, resourcePath)=> {
|
||||
var component = resourcePath.substring(0, resourcePath.indexOf('src'));
|
||||
var path = resourcePath.replace(component, '').replace('src', 'bundles');
|
||||
return './' + path + url;
|
||||
var path = resourcePath.replace(component, '').replace('src/', '');
|
||||
return path + url;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user