mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Use ejs to render the app cache and cache buster tokens
This commit is contained in:
Vendored
+1
-1
@@ -10,7 +10,7 @@ function headless (benv, binding) {
|
||||
|
||||
function init (opts, callback) {
|
||||
var localStorage = opts.localStorage || './localstorage';
|
||||
var htmlFile = opts.htmlFile || __dirname + '/../../static/index.html';
|
||||
var htmlFile = opts.htmlFile || __dirname + '/../../views/index.html';
|
||||
var serverSettings = opts.serverSettings || require('./default-server-settings');
|
||||
var someData = opts.mockAjax || { };
|
||||
benv.setup(function() {
|
||||
|
||||
Reference in New Issue
Block a user