aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-08 18:25:11 -0800
committerChris Rebert <[email protected]>2015-12-08 18:26:43 -0800
commit771cb5a0a114634c898385d0cb5439cd9b8fed0a (patch)
treed9c457842b35e478320db318b7a28ac0a07833a0
parentefc089a79b08e68222e26fa4b7f3a56fedb43043 (diff)
downloadbootstrap-771cb5a0a114634c898385d0cb5439cd9b8fed0a.tar.xz
bootstrap-771cb5a0a114634c898385d0cb5439cd9b8fed0a.zip
v4's Gruntfile doesn't currently use htmlmin
[ci skip]
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index fc6868be3..aae5b5479 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -524,7 +524,7 @@ module.exports = function (grunt) {
grunt.registerTask('docs-js', ['uglify:docsJs']);
grunt.registerTask('lint-docs-js', ['jscs:assets']);
grunt.registerTask('docs', ['docs-css', 'docs-js', 'lint-docs-js', 'clean:docs', 'copy:docs']);
- grunt.registerTask('docs-github', ['jekyll:github', 'htmlmin']);
+ grunt.registerTask('docs-github', ['jekyll:github']);
grunt.registerTask('prep-release', ['dist', 'docs', 'docs-github', 'compress']);