diff options
| author | Chris Rebert <[email protected]> | 2015-12-08 18:25:11 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-08 18:26:43 -0800 |
| commit | 771cb5a0a114634c898385d0cb5439cd9b8fed0a (patch) | |
| tree | d9c457842b35e478320db318b7a28ac0a07833a0 | |
| parent | efc089a79b08e68222e26fa4b7f3a56fedb43043 (diff) | |
| download | bootstrap-771cb5a0a114634c898385d0cb5439cd9b8fed0a.tar.xz bootstrap-771cb5a0a114634c898385d0cb5439cd9b8fed0a.zip | |
v4's Gruntfile doesn't currently use htmlmin
[ci skip]
| -rw-r--r-- | Gruntfile.js | 2 |
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']); |
