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
This commit is contained in:
Andrew Nacin 2013-11-13 21:44:04 +00:00
parent fec84d9bd3
commit 0b868783d0
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

@ -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",