diff options
| author | XhmikosR <[email protected]> | 2015-04-08 09:37:23 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-04-08 09:37:23 +0300 |
| commit | b9b824c5922eca4e7c02ecfe8f2836cbfb38ec7e (patch) | |
| tree | 1bab4c2f3e2ae09df9bd8b6787ef5b055883c40d /package.json | |
| parent | a204780b8ba8d53da3a0cd2dac9e4dddc0e3da26 (diff) | |
| parent | e778dc1348beaa0b5e452da3076bcf5e335b8917 (diff) | |
| download | bootstrap-b9b824c5922eca4e7c02ecfe8f2836cbfb38ec7e.tar.xz bootstrap-b9b824c5922eca4e7c02ecfe8f2836cbfb38ec7e.zip | |
Merge pull request #15294 from twbs/grunt-contrib-htmlmin
Add grunt-contrib-htmlmin.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 9494c1a25..665c62098 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "grunt-contrib-copy": "~0.8.0", "grunt-contrib-csslint": "~0.4.0", "grunt-contrib-cssmin": "~0.12.2", + "grunt-contrib-htmlmin": "~0.4.0", "grunt-contrib-jade": "~0.14.1", "grunt-contrib-jshint": "~0.11.1", "grunt-contrib-less": "~1.0.1", |
