1
0
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:
Chris Rebert
2014-01-19 22:28:25 -08:00
parent 06a7bdd0b0
commit 336f5f1dce
3 changed files with 2 additions and 2 deletions

View File

@@ -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)
}