Sorry if this is a basic question, I'm trying to catch up on web development stuff.
Is this right: Bower is for actual assets that will get deployed to the production endpoint, and npm is only for stuff that is used as part of the build process.
Am I correct or missing something?