mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Revert "make the relativethemePath relative to the project root instead of src root"
This reverts commit c6f18674
This commit is contained in:
@@ -58,7 +58,7 @@ else {
|
|||||||
themePath = srcPath;
|
themePath = srcPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
const relativeThemePath = path.relative(projectRoot('./'), themePath);
|
const relativeThemePath = path.relative(srcPath, themePath);
|
||||||
|
|
||||||
const globalCSSImports = (env) => { return [
|
const globalCSSImports = (env) => { return [
|
||||||
buildRoot('styles/_variables.scss', env),
|
buildRoot('styles/_variables.scss', env),
|
||||||
|
Reference in New Issue
Block a user