Ticket #6461: 6461.2.patch
File 6461.2.patch, 862 bytes (added by , 10 years ago) |
---|
-
Gruntfile.js
79 79 src: ['bp-templates/bp-legacy/css/*.scss'], 80 80 dest: SOURCE_DIR + 'bp-templates/bp-legacy/css/', 81 81 options: { 82 outputStyle: 'expanded' 82 outputStyle: 'expanded', 83 indentType: 'tab', 84 indentWidth: '1' 83 85 } 84 86 } 85 87 }, -
package.json
19 19 "grunt-jsvalidate": "~0.2.2", 20 20 "grunt-legacy-util": "^0.2.0", 21 21 "grunt-patch-wordpress": "~0.3.0", 22 "grunt-sass": "~ 0.18.0",22 "grunt-sass": "~1.0.0", 23 23 "grunt-scss-lint": "~0.3.6", 24 24 "grunt-wp-i18n": "~0.5.0", 25 25 "matchdep": "~0.3.0"