mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 16:44:17 +02:00
rename raw-files.js to raw-files.min.js
it's not /technically/ minified, but close enough it's autogenerated, not terribly human-readable, and not meant to be directly modified
This commit is contained in:
@@ -21,5 +21,5 @@ module.exports = function generateRawFilesJs(banner) {
|
||||
banner = ''
|
||||
}
|
||||
var files = banner + getFiles('js') + getFiles('less') + getFiles('fonts')
|
||||
fs.writeFileSync('docs/assets/js/raw-files.js', files)
|
||||
fs.writeFileSync('docs/assets/js/raw-files.min.js', files)
|
||||
}
|
||||
|
Reference in New Issue
Block a user