Skip to:
Content

BuddyPress.org

Changeset 9902


Ignore:
Timestamp:
05/31/2015 07:30:41 AM (11 years ago)
Author:
johnjamesjacoby
Message:

Grunt: Update grunt-sass to 1.0.0.

  • Add indentType property set to tab
  • Add indentWidth property set to 1

Brings SASS output back inline with our spec and expectations.

Props hnla, mercime. See #6461.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r9819 r9902  
    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                        }
  • trunk/package.json

    r9697 r9902  
    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",
Note: See TracChangeset for help on using the changeset viewer.