Bower 1.3.3
Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat.
Bower runs over Git, and is package-agnostic. A packaged component can be made up of any type of asset, and use any type of transport (e.g., AMD, CommonJS, etc.).
-- Bundle Features --
This bundle works without Node.js and Git installations, so you can use js-restore on any build server (including cloud TFS) and don't commit external js files.
No packages depend on Bower.
- Do not cache moving targets like branches (#1242)
- Suppress output if --quiet option is specified (#1124)
- Use "svn export" for efficiency (#1224)
- Prevent loading insights and analytics on CI (#1221)
- Make "bower list" respect custom components directory (#1237)
- Improve non-interactive loading performance 2x (#1238)
- Load commands only on demand, improving performance (#1232)