Skip to content

Dependency Management #3

Open
rjm11010 opened this issue Jan 12, 2017 · 0 comments
Open

Dependency Management #3

rjm11010 opened this issue Jan 12, 2017 · 0 comments

Comments

@rjm11010
Copy link
Collaborator

Summary

Right now you're using CDNs for getting your Javascript libs, and CSS style modules; which is good for doing some quick work, or a small project. However, if you want to make something that's going to last, and get larger, it's best you have something that doesn't make use of CDNs. The advantage of not having a CDN is the ability to work offline (mostly), and the pages load faster (i.e. less requests per page load).

bower-logo npm-256-square

Bower & npm

Both Bower and npm are dependency managers. Which ever one you use to manage the project is up to you. I have a preference of bower, but I also you npm as a backup. You can use them both in the same project as well.

Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant