From 336f5f1dce6294b185871ed1effe6c2c3dac31b5 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 19 Jan 2014 22:28:25 -0800 Subject: 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 --- docs/grunt/bs-raw-files-generator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/grunt') 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) } -- cgit v1.2.3