Search code examples
gruntjsyeomanyeoman-generatoryeoman-generator-angular

How to include gruntfile.js in existing yeoman project


I have angular project generated by yeoman but it don't have gruntfile.js , how to include gruntfile.js in existing yeoman project ?


Solution

  • looks like yeoman is not scaffolded properly. Follow http://yeoman.io/codelab/setup.html and try to scaffold again.