From dae5ec5416b16cc32c4f7caf3ba7e86de20e39f5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Jul 2014 00:33:21 -0700 Subject: Drop Glyphicons --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index b3b21448f..004a71ce2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -412,7 +412,7 @@ module.exports = function (grunt) { var testSubtasks = []; // Skip core tests if running a different subset of the test suite if (runSubset('core')) { - testSubtasks = testSubtasks.concat(['dist-css', 'csslint', 'jshint', 'jscs', 'qunit', 'build-customizer-html']); + testSubtasks = testSubtasks.concat(['dist-css', 'csslint', 'jshint', 'jscs', 'qunit']); } // Skip HTML validation if running a different subset of the test suite if (runSubset('validate-html') && @@ -445,7 +445,7 @@ module.exports = function (grunt) { grunt.registerTask('dist', ['clean', 'dist-css', 'copy:fonts', 'dist-js', 'dist-docs']); // Default task. - grunt.registerTask('default', ['test', 'dist', 'build-customizer']); + grunt.registerTask('default', ['test', 'dist']); // Version numbering task. // grunt change-version-number --oldver=A.B.C --newver=X.Y.Z -- cgit v1.2.3