You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2018. It is now read-only.
varhtml=md.render(markdownHandlebars);// convert md string to html string
46
49
varthisFileJSON=_.cloneDeep(templateJSON);// clone in the template JSON object
47
50
varpageTitle=thisFileJSON['browser-title'];
48
51
varfilepath=__dirname.split('gulp/tasks')[0]+'source/templates/main.html';// get the main template file location. There can be multiple, this is just a proof of concept
0 commit comments