component / component.github.io

components search using component-crawler
http://component.github.io
119 stars 20 forks source link

`make run` should install all dependencies #59

Closed stephenmathieson closed 11 years ago

stephenmathieson commented 11 years ago

not just components

ghost commented 11 years ago

Aha, +1

ianstormtaylor commented 11 years ago

feels like make install should do this instead of run which doesn't seem to mean anything to me, or if it did it would be running a server.

the Makefile isn't locked down to only component, so if i was installing deps for my project i'd want to do it all with one command

stephenmathieson commented 11 years ago

@ianstormtaylor i'm adding npm install to make run as make run already installs components

ianstormtaylor commented 11 years ago

oh wow i was thinking this was for component/component... haha nvm that makes total sense. thought we were talking about making the default makefile include npm stuff

wilmoore commented 11 years ago

@ianstormtaylor : I was thinking the same thing!

stephenmathieson commented 11 years ago

cool dude. this was rather bothersome last time i was working on this thing.