You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Much like node_modules, this is bloat which will get copied over every time someone installs the package but isn't actually used. The Bower homepage recommends checking in dependencies only "If you aren't authoring a package that is intended to be consumed by others."
At the very least, the bower_components directory could be added to the ignore array in bower.json, which would allow you to keep the dependencies "locked" in the repo without getting copied over to every consumer of this package.
What do you think?
The text was updated successfully, but these errors were encountered:
Much like
node_modules
, this is bloat which will get copied over every time someone installs the package but isn't actually used. The Bower homepage recommends checking in dependencies only "If you aren't authoring a package that is intended to be consumed by others."At the very least, the bower_components directory could be added to the
ignore
array inbower.json
, which would allow you to keep the dependencies "locked" in the repo without getting copied over to every consumer of this package.What do you think?
The text was updated successfully, but these errors were encountered: