mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-30 14:42:00 +00:00
minor tweak to bootstrap...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4f87bbcc2b
commit
0ac5658ce7
5
bootstrap.js
vendored
5
bootstrap.js
vendored
File diff suppressed because one or more lines are too long
3
scripts/bootstrap.js
vendored
3
scripts/bootstrap.js
vendored
@ -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) })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user