MCPcopy
hub / github.com/botui/botui / htmlTemplate

Function htmlTemplate

Gulpfile.js:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18function htmlTemplate() {
19 return replace('BOTUI_TEMPLATE', escape(
20 htmlclean(fs.readFileSync('./src/botui.html', 'utf8'))
21 ));
22}
23
24var comment = '/*\n' +
25 ' * <%= pkg.name %> <%= pkg.version %>\n' +

Callers 1

Gulpfile.jsFile · 0.85

Calls 1

escapeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…