2793 Commits

Author SHA1 Message Date
Karthik Kastury
e0c30b5573 Revert "Moved config.js to lib/ instead of lib/core"
This reverts commit 6c6e193362.

Revert "Allow Custom Bower Endpoints"

This reverts commit 9e7f136948.
2012-09-14 22:34:50 +05:30
Manuel van Rijn
fdb78d8179 Merge branch 'issue-31' of https://github.com/manuelvanrijn/bower into issue-31 2012-09-14 11:19:00 +02:00
Manuel van Rijn
0b8297138a added tests for redirection 2012-09-14 11:18:56 +02:00
Manuel van Rijn
b0270ab40f fixes downloading currupt files 2012-09-14 09:31:15 +02:00
Manuel van Rijn
7653c64ae5 log message 2012-09-14 09:31:15 +02:00
Manuel van Rijn
c3666bf65f fixes #31 perform redirect for downloads when necessary 2012-09-14 09:31:15 +02:00
mattn
d07f1e9e52 set to src directly. 2012-09-14 09:32:06 +09:00
Nathan Bleigh
c0e03516e5 Test coverage for copy on install 2012-09-13 19:10:54 -05:00
Jacob Thornton
99d6f5c719 add component/component mention to readme 2012-09-13 17:02:32 -07:00
Nathan Bleigh
fb6fb519ab Merge remote-tracking branch 'upstream/master' into rename_fix 2012-09-13 18:13:43 -05:00
♒∆✝
4f6284cd0c Merge pull request #35 from jdalton/lodash
Replace Underscore with Lo-Dash
2012-09-13 15:55:12 -07:00
♒∆✝
3bf1acdfa2 Merge pull request #27 from gnuwilliam/master
Exception when updating without packages
2012-09-13 15:50:19 -07:00
♒∆✝
b43517af63 Merge pull request #15 from wilmoore/should-emit-error-event
added "Should emit error event" to "info" spec
2012-09-13 15:43:33 -07:00
Manuel van Rijn
644b45e19c fixes downloading currupt files 2012-09-12 15:26:07 +02:00
Manuel van Rijn
cc4fd0602f log message 2012-09-12 15:23:21 +02:00
Manuel van Rijn
e3815f480b fixes #31 perform redirect for downloads when necessary 2012-09-12 15:20:43 +02:00
John-David Dalton
a7dca30d9d Replace Underscore with Lo-Dash. 2012-09-11 22:45:02 -07:00
Nathan Bleigh
50f80269cd Actually clean up local D: 2012-09-11 18:40:47 -05:00
Nathan Bleigh
8d21f60cca Remove console.log 2012-09-11 18:02:25 -05:00
Nathan Bleigh
62328d4bf5 Removes tmp directory after copy, mimicing fs.rename 2012-09-11 17:59:01 -05:00
Nathan Bleigh
dbcea61300 Fixes renaming between disks problem in linux
According to https://github.com/joyent/node/issues/2703
fs.rename does not support renaming between disks, which
is causing a problem when the /tmp directory is not on the
same disk as the cwd.

This is an ugly fix involving error catching, but I would
love some input to see how to fix this problem permanently
2012-09-11 17:38:12 -05:00
Karthik, Kastury
9e7f136948 Allow Custom Bower Endpoints 2012-09-11 17:16:41 +05:30
Karthik, Kastury
6c6e193362 Moved config.js to lib/ instead of lib/core 2012-09-11 17:13:50 +05:30
William Oliveira
3bc36649cf Exception when updating without packages 2012-09-11 01:27:23 -03:00
mattn
db5ec83abf fix indent. 2012-09-11 11:23:34 +09:00
mattn
99e63ddf4d support proxy. 2012-09-11 11:14:00 +09:00
addyosmani
4527f76718 Minor tweak to last README patch. 2012-09-11 00:14:48 +01:00
Wil Moore III
71fd72cffc Merge branch 'master' of https://github.com/twitter/bower into should-emit-error-event 2012-09-10 17:09:21 -06:00
Addy Osmani
eb5961ab6f Merge pull request #25 from jonathantneal/patch-1
Update README.md
2012-09-10 16:09:19 -07:00
Wil Moore III
1bc95e1dbc Merge branch 'master' into should-emit-error-event 2012-09-10 17:08:52 -06:00
Jonathan Neal
c93861f29f Update README.md
Is *this* a central point of failure? Apparently.
2012-09-10 16:05:41 -07:00
Paul Irish
c0ce0dfa97 Revert "spec: rename jqueryui package to match registry."
Package was misnamed originally. Fixing in the registry instead.

This reverts commit 1a74353d2d.
2012-09-10 15:35:06 -07:00
Paul Irish
1a74353d2d spec: rename jqueryui package to match registry. 2012-09-10 10:44:54 -07:00
Wil Moore III
164d366670 Added 'info' test
- Should emit error event
2012-09-09 23:44:27 -06:00
Rod Vagg
88a93db019 Merge pull request #13 from kaleworsley/patch-1
Fixing spelling mistake in README.md.
2012-09-09 16:05:12 -07:00
Kale Worsley
9a97e5f816 Fixing spelling mistake in README.md.
Changed `then` to `than`.
2012-09-10 10:39:20 +12:00
Rod Vagg
ac7566a32f grammar and spelling 2012-09-09 20:42:02 +10:00
Rod Vagg
093cddc037 Merge pull request #5 from NARKOZ/master
fix typo in README
2012-09-09 03:23:17 -07:00
Nihad Abbasov
04ddff3f3e fix typos in README 2012-09-09 02:41:39 +05:00
Addy Osmani
5295c347f0 Merge pull request #1 from shama/patch-readme
Add missing commas and fix typo in README.md
2012-09-07 18:09:32 -07:00
Kyle Robinson Young
d4298b54c1 Add missing commas and fix typo 2012-09-07 17:50:46 -07:00
Chris Aniszczyk
63bc505ecd Update package.json to point to the actual LICENSE
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
2012-09-06 17:30:23 -07:00
Chris Aniszczyk
c220329337 Initial Release
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
2012-09-06 17:11:42 -07:00