mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-29 07:48:11 +00:00
remove cm themes build system
This commit is contained in:
@@ -61,12 +61,6 @@ export function generateAssetsPlugin(isDev = false) {
|
|||||||
await fs.copy('./themes/fonts', `${buildDir}/fonts`);
|
await fs.copy('./themes/fonts', `${buildDir}/fonts`);
|
||||||
await fs.copy('./themes/assets', `${buildDir}/assets`);
|
await fs.copy('./themes/assets', `${buildDir}/assets`);
|
||||||
await fs.copy('./client/icons', `${buildDir}/icons`);
|
await fs.copy('./client/icons', `${buildDir}/icons`);
|
||||||
|
|
||||||
// Compile CodeMirror editor themes
|
|
||||||
await fs.outputFile(
|
|
||||||
`${buildDir}/homebrew/codeMirror/editorThemes.json`,
|
|
||||||
JSON.stringify(['light', 'dark'], null, 2)
|
|
||||||
);
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user