Skip to content

Commit

Permalink
Update html-minifier
Browse files Browse the repository at this point in the history
Without this change, this markup takes ages to be processed: `<div ng-if="data.foo.bar.length" ""></div>`
  • Loading branch information
thorn0 committed May 12, 2016
1 parent 4bdd608 commit ed76add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test": "./node_modules/.bin/grunt"
},
"dependencies": {
"html-minifier": "~1.1.1"
"html-minifier": "~2.1.2"
},
"devDependencies": {
"grunt": "~0.4.0",
Expand Down

0 comments on commit ed76add

Please sign in to comment.