Skip to content

Commit

Permalink
Reverted HTMLCompressor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pjackson28 committed Dec 16, 2013
1 parent 1497c9f commit fe4f4fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ module.exports = (grunt) ->
htmlcompressor:
options:
type: "html"
concurrentProcess: 5
all:
cwd: "dist"
src: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-gh-pages": "~0.8.0",
"grunt-htmlcompressor": "~0.1.10",
"grunt-htmlcompressor": "~0.1.9",
"grunt-hub": "~0.5.0",
"grunt-install-dependencies": "~0.1.0",
"grunt-sass": "~0.7.0"
Expand Down

0 comments on commit fe4f4fd

Please sign in to comment.