mozillascience / software-discovery-dashboard

MIT License
19 stars 8 forks source link

Remove dependency movement in development mode #24

Closed lukecoy closed 8 years ago

lukecoy commented 8 years ago

@mok4ry

Two types of third party dependencies that we really shouldn't be worrying about in dev mode: bower and node. Bower deps are now proxied to in development node, and node modules are automatically found since node keeps searching higher directories.

mok4ry commented 8 years ago

LGTM

varzaman commented 8 years ago

+1