aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-10-27 03:23:30 -0700
committerMark Otto <[email protected]>2014-10-27 03:23:30 -0700
commit0222f2a2d098d944b528896838214314fdf7bbcf (patch)
tree36669ad0f3be0d5b74615a5600dd3ac79ddf8476
parentc15aa3679856a6af5aaa5fe81b0b9d3152cbe982 (diff)
downloadbootstrap-0222f2a2d098d944b528896838214314fdf7bbcf.tar.xz
bootstrap-0222f2a2d098d944b528896838214314fdf7bbcf.zip
compile the docs less as well
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index cc6023eac..f919b5db0 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.