mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Move index.mst out of npmignored src dir
This commit is contained in:
		
							
								
								
									
										2
									
								
								packages/node_modules/@node-red/editor-api/lib/editor/ui.js
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								packages/node_modules/@node-red/editor-api/lib/editor/ui.js
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -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 = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user