yeoman / generator-mobile

Scaffold out a mobile project based on Web Starter Kit
http://yeoman.io
918 stars 99 forks source link

requirejs:dist fails on missing bootstrap.js #54

Closed rgstephens closed 9 years ago

rgstephens commented 9 years ago

When running grunt on a generator-mobile bootstrap project, the requirejs:dist task fails because it can't find bootstrap.js in the ~/app/scripts/vendor/bootstrap directory.

I created the vendor/bootstrap directory and copied bootstrap.js to that directory to fix the problem. Did I miss an installation step from the README.md?