Merge pull request #2189 from bonanitech/patch-1

Update build-custom-theme.js
This commit is contained in:
Nick O'Leary 2019-06-04 16:50:36 +01:00 committed by GitHub
commit baf2dd293b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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