mirror of https://github.com/node-red/node-red.git
Update build-custom-theme.js
parent
22855279bd
commit
86947a384d
|
|
@ -81,7 +81,7 @@ const result = sass.renderSync({
|
|||
contents: updatedColors.join("\n")
|
||||
}
|
||||
}
|
||||
return {file:"/Users/nol/code/node-red/node-red/packages/node_modules/@node-red/editor-client/src/sass/"+url+".scss"}
|
||||
return {file:"../packages/node_modules/@node-red/editor-client/src/sass/"+url+".scss"}
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue