saxifrage / cityasacampus

An open-source platform for connecting and showcasing resources within local learning communities.
http://cityasacampus.org/
5 stars 4 forks source link

use Git URLs for non-hosted dependencies #359

Open chadwhitacre opened 8 years ago

chadwhitacre commented 8 years ago

Reticketing from @dmtroyer at https://github.com/saxifrage/cityasacampus/pull/358#issuecomment-160766671:

@whit537 your comment regarding modernizr made me wonder if we could take a better approach to managing some of the dependencies that are just thrown in the client/app/shared folder like bourbon, neat and modernizr. NPM can handle github urls for dependencies if a current version isn't being hosted by npmjs.com. NPM could also run the build scripts for modernizr.

Anyhow, maybe just tag it as tech debt and don't worry about it for the mvp.

MatthewVita commented 8 years ago

Cool.