cgross / generator-cg-angular

Yeoman generator for Enterprise Angular projects.
MIT License
592 stars 198 forks source link

Fixed a small bug in gruntfile #142

Open vikz91 opened 7 years ago

vikz91 commented 7 years ago

out of the box grunt serve throws a warning "Path must be a string, null given. " and required --force to run. Adding reporterOutput: '' fixes the warning.