css editor path fix
This commit is contained in:
parent
1fe233bc91
commit
83d9419131
|
@ -28,7 +28,7 @@ const _pluginPath = path.resolve(_extPath, 'plugins');
|
||||||
const _themePath = path.resolve(_extPath, 'themes');
|
const _themePath = path.resolve(_extPath, 'themes');
|
||||||
const _modulePath = path.resolve(_extPath, 'modules');
|
const _modulePath = path.resolve(_extPath, 'modules');
|
||||||
const _cssEditorPath = tests
|
const _cssEditorPath = tests
|
||||||
? path.resolve(__dirname, '..', '..', '..', 'csseditor', 'dist')
|
? path.resolve(__dirname, '..', '..', 'csseditor', 'dist')
|
||||||
: path.resolve(__dirname, 'csseditor');
|
: path.resolve(__dirname, 'csseditor');
|
||||||
|
|
||||||
const paths = [
|
const paths = [
|
||||||
|
|
Loading…
Reference in New Issue