ericclemmons / grunt-angular-templates

Grunt build task to concatenate & pre-load your AngularJS templates
MIT License
710 stars 107 forks source link

Better feedback when angular-templates get stuck #155

Closed eduardoinnorway closed 8 years ago

eduardoinnorway commented 8 years ago

Relates to this closed issue: https://github.com/ericclemmons/grunt-angular-templates/issues/112

Please add better output information of what is happening. Now it is impossible to debugg.

underscorebrody commented 8 years ago

@eduardoinnorway see my comment on #112 , we are outputting everything we have control over, but the hang occurs inside of html-minifier so we aren't able to provide more detail. Using --verbose along with https://github.com/praveenvijayan/grunt-html-validation or https://github.com/htmllint/grunt-htmllint should help you track down the problem.