From: Chris Rebert Date: Sun, 18 Aug 2013 20:43:53 +0000 (-0700) Subject: rename HTML5 validation Grunt task since it checks the examples too X-Git-Tag: v3.0.0~69^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5d87fc42b04d74b25101293c83d8a4f01a3e22c;p=thirdparty%2Fbootstrap.git rename HTML5 validation Grunt task since it checks the examples too --- diff --git a/Gruntfile.js b/Gruntfile.js index dd6fb5f0e4..9e57ac024a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -166,10 +166,10 @@ module.exports = function(grunt) { grunt.loadNpmTasks('browserstack-runner'); // Docs HTML validation task - grunt.registerTask('validate-docs', ['jekyll', 'validation']); + grunt.registerTask('validate-html', ['jekyll', 'validation']); // Test task. - var testSubtasks = ['jshint', 'qunit', 'validate-docs']; + var testSubtasks = ['jshint', 'qunit', 'validate-html']; // Only run BrowserStack tests under Travis if (process.env.TRAVIS) { // Only run BrowserStack tests if this is a mainline commit in twbs/bootstrap, or you have your own BrowserStack key