André Cruz
f335f5f1fb
Do not install if there is a conflict.
2012-10-18 23:17:13 +01:00
André Cruz
712953e799
Add missing template for the cache-clean command.
2012-10-18 00:52:40 +01:00
Andre Cruz
406ed297ca
Oops.
2012-10-17 17:35:18 +01:00
André Cruz
4d1882ed49
Tweak help templates.
2012-10-17 08:49:48 +01:00
André Cruz
723cfd52d1
Remove forgotten code about the reverted componentsDir option.
2012-10-17 08:40:37 +01:00
André Cruz
8a4963026a
Merge branch 'master' of git://github.com/twitter/bower into features_fixes
...
Conflicts:
lib/core/config.js
lib/core/package.js
package.json
2012-10-17 08:18:57 +01:00
Jacob Thornton
341ad5c10c
say we don't know version… when we don't know version…
2012-10-16 23:51:19 -07:00
Jacob Thornton
8716c2bb6c
add note about programatic api
2012-10-16 23:45:03 -07:00
Jacob Thornton
4a40e755e7
fix config path
2012-10-16 23:31:14 -07:00
Jacob Thornton
59d49166c7
Merge branch 'master' of git://github.com/KarthikDot/bower into KarthikDot-master
...
Conflicts:
README.md
lib/core/config.js
lib/core/source.js
package.json
2012-10-16 23:28:38 -07:00
Jacob Thornton
52e72b466a
move cache to config.js + get tests passing again…
2012-10-16 23:22:37 -07:00
billy gates
9825707837
Merge pull request #78 from sindresorhus/no-colors
...
Make it possible to disable colors
2012-10-16 23:13:20 -07:00
billy gates
173f5ed17e
Merge pull request #92 from satazor/master
...
Unit of work implementation
2012-10-16 23:10:50 -07:00
André Cruz
d53878c130
Prune function now gives priority to non local packages if they are equal.
2012-10-17 01:01:09 +01:00
André Cruz
badcde0ef9
Fix install not appearing for local resolved packages.
2012-10-17 01:00:50 +01:00
André Cruz
df4ee49726
Remove unnecessary tear down code in test because it is already being done in the beforeEach.
2012-10-16 23:51:05 +01:00
André Cruz
a7e464a902
Merge branch 'master' of git://github.com/satazor/bower into features_fixes
...
Conflicts:
test/assets/project/component.json
test/manager.js
test/package.js
2012-10-16 23:35:24 +01:00
André Cruz
faa14a079c
Manually revert componentsDirectory option.
2012-10-16 23:32:00 +01:00
André Cruz
b7c3aa59a7
Merge branch 'master' of git://github.com/twitter/bower
...
Conflicts:
test/package.js
2012-10-16 22:53:33 +01:00
Andre Cruz
2abde5539d
Fix CS again.
2012-10-16 02:01:42 +00:00
Andre Cruz
c5a0f0ddcf
Fix redirect test not being async, cache and local files are now flushed before each test.
2012-10-16 02:01:31 +00:00
Andre Cruz
612084fb57
Fix download() emitting the 'download' event several times.
2012-10-16 02:01:03 +00:00
Andre Cruz
708d68aee7
Prevent errors when passing duplicate packages to cache-clean.
2012-10-16 01:01:54 +00:00
Andre Cruz
760ef7a13a
Fix CS.
2012-10-16 01:01:53 +00:00
André Cruz
be6a424c1c
Change --no-colors to --no-color.
2012-10-15 20:19:41 +01:00
André Cruz
be79b7028c
Merge branch 'no-colors' of git://github.com/sindresorhus/bower into improv_fixing
2012-10-15 20:17:35 +01:00
André Cruz
3bcd2e08e8
Revert "Ability to disable colors with the --no-colors arg."
...
This reverts commit 008e0d8c8a .
2012-10-15 20:16:48 +01:00
André Cruz
5967acb15e
Add cache-clean command, remove unnecessary code.
2012-10-15 19:27:48 +01:00
André Cruz
71cddb628e
Several fixes.
...
- Fix issue with download() emiting two 'resolve' events.
- Do not fallback to package.json and to tag describe if there was an error parsing the json file
- Move out cache dir to the config.js file
- Tweak, fix and add test to the point 2.
2012-10-15 17:03:08 +01:00
André Cruz
24d126e702
Use exists instead of stat whenever possible.
2012-10-15 09:43:02 +01:00
André Cruz
c589625b01
Add --no-colors options to the help templates, add missing --no-colors to the uninstall.
2012-10-15 01:44:15 +01:00
André Cruz
a403585e1e
Fix update command on non tagged repos.
2012-10-15 01:37:04 +01:00
André Cruz
008e0d8c8a
Ability to disable colors with the --no-colors arg.
2012-10-15 01:27:33 +01:00
André Cruz
f220ee5302
Fix broken ls command.
2012-10-15 01:23:58 +01:00
André Cruz
a1c16a3bae
Add vendor to the gitignore.
2012-10-14 20:12:11 +01:00
André Cruz
3f79247ac2
Add componentsDirectory option, fix and add tests.
2012-10-14 20:10:22 +01:00
André Cruz
da9d553899
Merge branch 'master' of github.com:satazor/bower
...
Conflicts:
test/manager.js
2012-10-14 19:53:01 +01:00
André Cruz
bf371acc41
Remove unnecessary code, fix beforeEach in some cases.
2012-10-14 19:48:23 +01:00
André Cruz
6ef92b0c95
Add and fix failing test.
2012-10-14 17:36:06 +01:00
André Cruz
5cd8dd7094
Tweak tests so they don't break in the future.
2012-10-14 16:53:28 +01:00
André Cruz
6823acd0ff
Merge branch 'master' of git://github.com/satazor/bower
...
Conflicts:
lib/core/package.js
2012-10-14 16:01:53 +01:00
André Cruz
cb2cb7ea75
Fix bug with -f option, add compatibility with repos that do not have tags.
...
This fixes the fact that if a repo do not have tags, install/update wouldn't fetch new commits.
2012-10-14 15:54:26 +01:00
George Pantazis
a2e593c06c
Make components directory configurable in component.json, otherwise default to 'components'
2012-10-13 10:57:56 -06:00
André Cruz
6bd00a0e8e
Tweak tests so they don't break in the future.
2012-10-13 14:22:15 +01:00
André Cruz
5dbb6d6346
Add install template, fix CS.
2012-10-13 03:19:18 +01:00
André Cruz
8434acf9ed
Doc improvement.
2012-10-12 09:40:31 +02:00
André Cruz
6f169fb3e2
Doc tweak.
2012-10-12 08:00:17 +01:00
André Cruz
a00d930d0f
Fix cache removal if force flag is activated.
2012-10-12 00:39:31 +01:00
André Cruz
03e55cadbb
Merge branch 'master' of git://github.com/twitter/bower
...
Conflicts:
test/package.js
2012-10-12 00:22:57 +01:00
André Cruz
2cad76d6ed
Merge branch 'master' of git://github.com/satazor/bower
...
Conflicts:
lib/commands/install.js
lib/core/package.js
2012-10-12 00:20:01 +01:00