minor tweak to bootstrap...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-04-14 21:07:11 +03:00
parent 4f87bbcc2b
commit 0ac5658ce7
2 changed files with 7 additions and 1 deletions

5
bootstrap.js vendored

File diff suppressed because one or more lines are too long

View File

@ -47,6 +47,9 @@ glob('bootstrap/**/*.@(tpl|md|css|html)')
+'all changes made here will be lost.'
+'\n\n'
+'var Bootstrap = ' + JSON.stringify(bootstrap)
+'\n\n'
+'typeof(module) != "undefined" \n'
+' && (module.exports = Bootstrap)'
console.log('Writing:', 'bootstrap.js')
fs.writeFileSync('bootstrap.js', txt) })