Skip to:
Content

BuddyPress.org

Changeset 8550


Ignore:
Timestamp:
06/25/2014 09:26:05 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Remove LESS support in package.json and Gruntfile.js, add grunt-sass and grunt-jsvalidate for future usage, and update cssmin and uglify to latest versions.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r8502 r8550  
    246246        },
    247247
    248         watch: {
    249             css: {
    250                 files: BP_CSS,
    251                 tasks: ['less:core'],
    252                 options: {
    253                     spawn: false
    254                 }
    255             }
    256         },
    257248        patch: {
    258249            options: {
  • trunk/package.json

    r8488 r8550  
    1010    "grunt-contrib-clean": "~0.5.0",
    1111    "grunt-contrib-copy": "~0.5.0",
    12     "grunt-contrib-cssmin": "~0.9.0",
     12    "grunt-contrib-cssmin": "~0.10.0",
    1313    "grunt-contrib-imagemin": "~0.7.1",
    1414    "grunt-contrib-jshint": "~0.10.0",
    15     "grunt-contrib-less": "~0.11.0",
    16     "grunt-contrib-uglify": "~0.4.0",
     15    "grunt-contrib-uglify": "~0.5.0",
    1716    "grunt-contrib-watch": "~0.6.1",
    1817    "grunt-cssjanus": "~0.2.2",
    1918    "grunt-exec": "~0.4.5",
     19    "grunt-jsvalidate": "~0.2.2",
    2020    "grunt-legacy-util": "^0.2.0",
    2121    "grunt-patch-wordpress": "~0.2.1",
    2222    "grunt-phpunit": "~0.3.3",
     23    "grunt-sass": "~0.14.0",
    2324    "grunt-wp-i18n": "~0.4.5",
    2425    "matchdep": "~0.3.0"
Note: See TracChangeset for help on using the changeset viewer.