(text)
| 12 | minify = require('gulp-clean-css'); |
| 13 | |
| 14 | function escape (text) { |
| 15 | return text.replace(/'/g, "\\'").replace(/"/g, "\\\""); |
| 16 | } |
| 17 | |
| 18 | function htmlTemplate() { |
| 19 | return replace('BOTUI_TEMPLATE', escape( |
no outgoing calls
no test coverage detected
searching dependent graphs…