Move index.mst out of npmignored src dir

This commit is contained in:
Nick O'Leary 2018-08-30 12:44:33 +01:00
parent 55d71659f8
commit 9da58dbaf0
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ var theme = require("./theme");
var runtimeAPI;
var editorClientDir = path.dirname(require.resolve("@node-red/editor-client"));
var defaultNodeIcon = path.join(editorClientDir,"public","red","images","icons","arrow-in.png");
var editorTemplatePath = path.join(editorClientDir,"src","templates","index.mst");
var editorTemplatePath = path.join(editorClientDir,"templates","index.mst");
var editorTemplate;
module.exports = {