From: Chris Rebert Date: Mon, 10 Feb 2014 19:09:59 +0000 (-0800) Subject: fix indentation in Gruntfile X-Git-Tag: v3.1.1~14^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9afead3fb0b919dd7f7185dcdac7b3f2ab3b9c50;p=thirdparty%2Fbootstrap.git fix indentation in Gruntfile --- diff --git a/Gruntfile.js b/Gruntfile.js index 1a9eb94eef..41fe0785b3 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/' } },