Making WordPress.org


Ignore:
Timestamp:
03/04/2019 05:42:59 AM (5 years ago)
Author:
dd32
Message:

WordPress.org & WordPress.org Themes: Upgrade the SCSS & CSS minification routines to work. This matches the implementation used by other themes.

See #4233.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/package.json

    r7112 r8389  
    1515    "autoprefixer": "^6.3.6",
    1616    "cssnano": "^3.7.4",
    17     "grunt": "^1.0.1",
     17    "es6-promise": "~4.0.5",
     18    "grunt": "^1.0.3",
    1819    "grunt-contrib-jshint": "^1.0.0",
    1920    "grunt-contrib-uglify": "~2.0.0",
    20     "grunt-contrib-watch": "^1.0.0",
     21    "grunt-contrib-watch": "^1.1.0",
    2122    "grunt-postcss": "^0.8.0",
    2223    "grunt-rtlcss": "^2.0.1",
    23     "grunt-sass": "^1.2.0",
     24    "grunt-sass": "~3.0.1",
    2425    "grunt-sass-globbing": "^1.5.1",
    25     "pixrem": "^3.0.2",
    26     "es6-promise": "~4.0.5"
     26    "node-sass": "^4.9.3",
     27    "pixrem": "^3.0.2"
    2728  }
    2829}
Note: See TracChangeset for help on using the changeset viewer.