]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix indentation in Gruntfile
authorChris Rebert <github@rebertia.com>
Mon, 10 Feb 2014 19:09:59 +0000 (11:09 -0800)
committerChris Rebert <github@rebertia.com>
Mon, 10 Feb 2014 19:09:59 +0000 (11:09 -0800)
Gruntfile.js

index 1a9eb94eef7daf4cc356048758034c540d59fea4..41fe0785b3b853fae5f0385c25618dfc7696c190 100644 (file)
@@ -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/'
       }
     },