Moving xml to outer file and now html simple and xml direct from Cyprian
Also, cleaned makefile, less magic strings
This commit is contained in:
7
src/local.js
Normal file
7
src/local.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var fs = require('fs');
|
||||
var div = document.getElementById("app");
|
||||
var editable = true;
|
||||
var entry = {"content": fs.readFileSync('vsms1.xml', 'utf8')};
|
||||
|
||||
plugin_init(div, entry, editable);
|
||||
plugin_render(div, entry);
|
||||
Reference in New Issue
Block a user