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
When having a Bowerfile, I was wondering if it would be better to generate the bower.json with each package's current version instead of "latest". This would be closer to what bundler does and prevent surprises when a package gets updated. Currently, the options to work around this, are checking-in the whole bower_components directory into git, or manually keeping track of each package's version in the Bowerfile itself, which is both suboptimal.
The text was updated successfully, but these errors were encountered:
When having a Bowerfile, I was wondering if it would be better to generate the bower.json with each package's current version instead of "latest". This would be closer to what bundler does and prevent surprises when a package gets updated. Currently, the options to work around this, are checking-in the whole bower_components directory into git, or manually keeping track of each package's version in the Bowerfile itself, which is both suboptimal.
The text was updated successfully, but these errors were encountered: