diff options
| author | Chris Rebert <[email protected]> | 2014-02-10 11:09:59 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-10 11:09:59 -0800 |
| commit | 9afead3fb0b919dd7f7185dcdac7b3f2ab3b9c50 (patch) | |
| tree | 9366361bd66fcb1993b5bb68b9dc5632dbcffbf1 | |
| parent | 77eaa808dbe68d232f3c8e0416ed25fbc12f1ffa (diff) | |
| download | bootstrap-9afead3fb0b919dd7f7185dcdac7b3f2ab3b9c50.tar.xz bootstrap-9afead3fb0b919dd7f7185dcdac7b3f2ab3b9c50.zip | |
fix indentation in Gruntfile
| -rw-r--r-- | Gruntfile.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 1a9eb94ee..41fe0785b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -233,10 +233,10 @@ module.exports = function (grunt) { } }, examples: { - expand: true, - cwd: 'docs/examples/', - src: ['**/*.css'], - dest: 'docs/examples/' + expand: true, + cwd: 'docs/examples/', + src: ['**/*.css'], + dest: 'docs/examples/' } }, |
