FamousArchives / generator-famous

for those who hate doing things once
123 stars 26 forks source link

Bower dependency #11

Closed jussiry closed 10 years ago

jussiry commented 10 years ago

There's bower dependency that is not notified if you don't have it installed. After running yo famous and grunt serve I was missing lib folder. Took awhile to figure that i need to install bower first and then run bower install.

MylesBorins commented 10 years ago

Bower should automatically be installed when you install yo

Aside from that it is mentioned in the Readme that is generated On Apr 12, 2014 5:21 AM, "jussiry" notifications@github.com wrote:

There's bower dependency that is not notified if you don't have it installed. After running yo famous and grunt serve I was missing libfolder. Took awhile to figure that i need to install bower first and then run bower install.

Reply to this email directly or view it on GitHubhttps://github.com/Famous/generator-famous/issues/11 .

MylesBorins commented 10 years ago

I'm closing this as I have verified that the generated readme file does in fact list bower as a dependency. As well currently installing yeoman will install bower globally as well.