From: Mark Otto Date: Mon, 27 Oct 2014 10:23:30 +0000 (-0700) Subject: compile the docs less as well X-Git-Tag: v4.0.0-alpha~571 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0222f2a2d098d944b528896838214314fdf7bbcf;p=thirdparty%2Fbootstrap.git compile the docs less as well --- diff --git a/Gruntfile.js b/Gruntfile.js index cc6023eac4..f919b5db04 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -416,7 +416,7 @@ module.exports = function (grunt) { grunt.registerTask('dist-js', ['concat', 'uglify:core', 'commonjs']); // CSS distribution task. - grunt.registerTask('less-compile', ['less:compileCore']); + grunt.registerTask('less-compile', ['less:compileCore', 'less:compileDocs']); grunt.registerTask('dist-css', ['less-compile', 'autoprefixer:core', 'usebanner', 'csscomb:dist', 'cssmin:core']); // Full distribution task.