crittermike / toogles

A fresher, less annoying interface to YouTube.
http://toogl.es
MIT License
417 stars 56 forks source link

install bower to app, not root #21

Open scrollup opened 9 years ago

scrollup commented 9 years ago

I was having issues till I modified .bowerrc to

{
  "directory": "app/bower_components"
}

from "directory": "bower_components"

Also all references in Gruntfile.js I changed to /app/bower_components