Skip to:
Content

BuddyPress.org

Ticket #6461: 6461.2.patch

File 6461.2.patch, 862 bytes (added by mercime, 10 years ago)

Added indentWidth: '1'

  • Gruntfile.js

     
    7979                                src: ['bp-templates/bp-legacy/css/*.scss'],
    8080                                dest: SOURCE_DIR + 'bp-templates/bp-legacy/css/',
    8181                                options: {
    82                                         outputStyle: 'expanded'
     82                                        outputStyle: 'expanded',
     83                                        indentType: 'tab',
     84                                        indentWidth: '1'
    8385                                }
    8486                        }
    8587                },
  • package.json

     
    1919    "grunt-jsvalidate": "~0.2.2",
    2020    "grunt-legacy-util": "^0.2.0",
    2121    "grunt-patch-wordpress": "~0.3.0",
    22     "grunt-sass": "~0.18.0",
     22    "grunt-sass": "~1.0.0",
    2323    "grunt-scss-lint": "~0.3.6",
    2424    "grunt-wp-i18n": "~0.5.0",
    2525    "matchdep": "~0.3.0"