Make WordPress Core

Changeset 26143


Ignore:
Timestamp:
11/13/2013 09:44:04 PM (11 years ago)
Author:
nacin
Message:

Temporarily remove CSS preprocessing until we can get our Ruby dependency sorted out.

see #25858, #22862.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r26141 r26143  
    362362
    363363    // Build task.
    364     grunt.registerTask('build', ['clean:all', 'copy:all', 'rtl', 'colors', 'cssmin:core', 'cssmin:rtl',
     364    grunt.registerTask('build', ['clean:all', 'copy:all', 'rtl', 'cssmin:core', 'cssmin:rtl',
    365365        'uglify:core', 'uglify:tinymce', 'concat:tinymce', 'compress:tinymce', 'clean:tinymce']);
    366366
  • trunk/package.json

    r26137 r26143  
    1414    "grunt-contrib-copy": "~0.4.1",
    1515    "grunt-contrib-cssmin": "~0.6.1",
    16     "grunt-contrib-sass": "~0.5.0",
    1716    "grunt-contrib-qunit": "~0.2.2",
    1817    "grunt-contrib-uglify": "~0.2.2",
Note: See TracChangeset for help on using the changeset viewer.