nknj / heroku-buildpack-yo-angular

A slightly modified version of Heroku's official Node.js buildpack for static AngularJS apps scaffolded with Yeoman
MIT License
13 stars 12 forks source link

Error: Cannot find where you keep your Bower packages #3

Open MightyPixel opened 8 years ago

MightyPixel commented 8 years ago

Hi,

I've create a yo angular app with yo angular Followed the steps but I get the following error:

remote: -----> Found Gruntfile, running grunt heroku: task
remote: Running "clean:dist" (clean) task
remote: >> 14 paths cleaned.
remote:
remote: Running "wiredep:app" (wiredep) task
remote: Warning: Error: Cannot find where you keep your Bower packages. Use --force to continue.

Any ideas? Thanks

MightyPixel commented 8 years ago

Here is the default wiredep

    // Automatically inject Bower components into the app
    wiredep: {
      app: {
        src: ['<%= yeoman.app %>/index.html'],
        ignorePath:  /\.\.\//
      },