1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update build-custom-theme.js

This commit is contained in:
Mauricio Bonani 2019-05-31 08:33:22 -04:00 committed by GitHub
parent 22855279bd
commit 86947a384d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"}
}
});