From 0b868783d0fc6f679fe913fd97f2b9e33ebbb145 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 13 Nov 2013 21:44:04 +0000 Subject: [PATCH] Temporarily remove CSS preprocessing until we can get our Ruby dependency sorted out. see #25858, #22862. git-svn-id: https://develop.svn.wordpress.org/trunk@26143 602fd350-edb4-49c9-b593-d223f7449a82 --- Gruntfile.js | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index aec70df380..ff17f64964 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -361,7 +361,7 @@ module.exports = function(grunt) { grunt.registerTask('colors', ['sass:colors', 'cssmin:colors']); // Build task. - grunt.registerTask('build', ['clean:all', 'copy:all', 'rtl', 'colors', 'cssmin:core', 'cssmin:rtl', + grunt.registerTask('build', ['clean:all', 'copy:all', 'rtl', 'cssmin:core', 'cssmin:rtl', 'uglify:core', 'uglify:tinymce', 'concat:tinymce', 'compress:tinymce', 'clean:tinymce']); // Testing tasks. diff --git a/package.json b/package.json index 00dcdcbcb1..d9136c17fd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "grunt-contrib-clean": "~0.5.0", "grunt-contrib-copy": "~0.4.1", "grunt-contrib-cssmin": "~0.6.1", - "grunt-contrib-sass": "~0.5.0", "grunt-contrib-qunit": "~0.2.2", "grunt-contrib-uglify": "~0.2.2", "grunt-contrib-watch": "~0.5.1",