aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-08 00:33:21 -0700
committerMark Otto <[email protected]>2014-07-08 00:33:21 -0700
commitdae5ec5416b16cc32c4f7caf3ba7e86de20e39f5 (patch)
treeeba3f573dfb5c41d1a8f43bfd1f56bac31f4191d /Gruntfile.js
parentb29268dc487010c43f4cab8e8e0e2891582804ab (diff)
downloadbootstrap-dae5ec5416b16cc32c4f7caf3ba7e86de20e39f5.tar.xz
bootstrap-dae5ec5416b16cc32c4f7caf3ba7e86de20e39f5.zip
Drop Glyphicons
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
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