2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

v4's Gruntfile doesn't currently use htmlmin

[ci skip]
This commit is contained in:
Chris Rebert
2015-12-08 18:25:11 -08:00
parent efc089a79b
commit 771cb5a0a1
+1 -1
View File
@@ -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']);