rename dir bundle -> local
This commit is contained in:
parent
64885006cd
commit
3e4bfd15d9
9 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export const cssConfig = eleventyConfig => {
|
|||
const paths = [];
|
||||
if (inputPath.endsWith('/src/assets/css/global/global.css')) {
|
||||
paths.push('src/_includes/css/global.css');
|
||||
} else if (inputPath.includes('/src/assets/css/bundle/')) {
|
||||
} else if (inputPath.includes('/src/assets/css/local/')) {
|
||||
const baseName = path.basename(inputPath);
|
||||
paths.push(`src/_includes/css/${baseName}`);
|
||||
} else if (inputPath.includes('/src/assets/css/components/')) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue