aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-19 22:36:08 -0800
committerChris Rebert <[email protected]>2014-01-19 22:36:08 -0800
commit4120aadd68ddd15d2b8f0cddc9c72118caec9923 (patch)
treee691bb7d87ddd776e5c6f0aed3652218ce556ed4 /docs
parent06a7bdd0b06e2c4b166104b09f69d146e85c6b33 (diff)
parent336f5f1dce6294b185871ed1effe6c2c3dac31b5 (diff)
downloadbootstrap-4120aadd68ddd15d2b8f0cddc9c72118caec9923.tar.xz
bootstrap-4120aadd68ddd15d2b8f0cddc9c72118caec9923.zip
Merge pull request #12306 from twbs/raw-files.min.js
rename raw-files.js to raw-files.min.js
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/js/raw-files.min.js (renamed from docs/assets/js/raw-files.js)0
-rw-r--r--docs/grunt/bs-raw-files-generator.js2
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/raw-files.js b/docs/assets/js/raw-files.min.js
index f12fadd85..f12fadd85 100644
--- a/docs/assets/js/raw-files.js
+++ b/docs/assets/js/raw-files.min.js
diff --git a/docs/grunt/bs-raw-files-generator.js b/docs/grunt/bs-raw-files-generator.js
index e4ba8d48c..722c42d7d 100644
--- a/docs/grunt/bs-raw-files-generator.js
+++ b/docs/grunt/bs-raw-files-generator.js
@@ -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)
}