169 Commits

Author SHA1 Message Date
fat
8c9a08b3a3 0.3.2 v0.3.2 2012-11-04 10:41:23 -08:00
André Cruz
8fcb328411 Merge pull request #124 from iammerrick/master
Improve bower install --save
2012-11-03 18:07:05 -07:00
Merrick Christensen
d60ca60360 Updated Bower documentation. 2012-11-03 14:46:43 -06:00
Merrick Christensen
eb747d7508 If the dependencies object doesn't exist on a --save. Create it. 2012-11-03 14:34:36 -06:00
Sindre Sorhus
12921bfead Specify dependency versions in package.json 2012-11-03 19:35:15 +01:00
André Cruz
d23adeef5a Fix force flag. 2012-11-03 13:21:00 +00:00
André Cruz
b0687baa00 Fix tests. 2012-11-03 13:08:53 +00:00
André Cruz
7437be8869 Add notes about how to unregister a package. 2012-11-03 12:43:52 +00:00
fat
8d9bba61a1 publish 0.3.1 with cache improvements v0.3.1 2012-10-31 10:58:38 -07:00
André Cruz
8684078437 Merge pull request #109 from twitter/cache-id
Same package names but different endpoints now have different caches.
2012-10-30 14:57:47 -07:00
André Cruz
9e3081e87c Fix CS. 2012-10-30 08:07:01 +00:00
André Cruz
4ea387ed35 Merge branch 'master' of github.com:twitter/bower 2012-10-27 14:38:30 +01:00
André Cruz
83661eec48 Quick fix. 2012-10-27 14:38:05 +01:00
André Cruz
07b93ffe60 Generate a resource id everytime the gitUrl is set, fixes list command. 2012-10-27 11:17:00 +01:00
André Cruz
ab9c3f9ec7 Change way status codes are parsed. 2012-10-27 10:49:14 +01:00
André Cruz
381c5fea77 Remove dot from error message. 2012-10-26 10:49:02 +02:00
André Cruz
dc1f142241 Same package name's but different endpoints have now different caches. 2012-10-26 08:52:18 +01:00
André Cruz
197fc34618 Remove unnecessary var. 2012-10-24 08:45:47 +01:00
André Cruz
9c81c3ce29 Use custom fileExists that returns true if the file exists but cannot be stat'ed.
This is needed because fs.exists was returning false values when it should actually return true.
2012-10-24 02:26:31 +01:00
André Cruz
8dc17f64f8 Important fixes to the update command.
- Update command now correctly process passed packages
- Fix packages in which the name couldn't be correctly extracted from the remote URL
- Add --force flag, just like the install command
2012-10-24 01:28:18 +01:00
André Cruz
d4329c3b00 Reflect the recent changes on the README.md. 2012-10-23 23:09:16 +01:00
fat
d8278e0fb0 publish v0.3 + add satazor to author note v0.3.0 2012-10-22 15:40:21 -07:00
billy gates
7021b112ea Merge pull request #97 from satazor/features_fixes
A lot of fixes and added features
2012-10-22 15:36:12 -07:00
André Cruz
3af267669e Return early. 2012-10-22 22:34:59 +01:00
André Cruz
b904177ccc Fix comment. 2012-10-22 22:00:32 +01:00
André Cruz
0b85b50add Lineup. 2012-10-22 21:49:04 +01:00
André Cruz
b22cc1cc04 Fix CS. 2012-10-22 21:46:33 +01:00
André Cruz
b371dd2cf7 Return early. 2012-10-22 21:44:35 +01:00
André Cruz
00a4923d5f Not needed anymore. 2012-10-22 08:23:15 +01:00
André Cruz
8fe0abfc4b Move --force tests from the package to the manager. 2012-10-21 11:48:50 +01:00
André Cruz
f50520e04e Typo and add some useful comment. 2012-10-20 17:42:25 +01:00
André Cruz
6a6eb75a3b Change Package constructor slightly, add rudimentary test for the --force flag. 2012-10-20 17:34:41 +01:00
André Cruz
bff311f8ec Oops. 2012-10-20 17:33:46 +01:00
André Cruz
a74f6630df Add tests for cache-clean, unified some return values. 2012-10-20 16:41:19 +01:00
André Cruz
f0836ba655 Simplified things by adding a .commit property. 2012-10-20 15:35:46 +01:00
Sindre Sorhus
f7438617a2 Merge pull request #100 from benjaminoakes/master
Fix typo
2012-10-19 07:22:55 -07:00
Ben Oakes
f4d386b694 Fix typo 2012-10-19 09:02:24 -05:00
André Cruz
64d1d4a1c9 Also use local .bowerrc file. 2012-10-19 08:48:58 +01:00
André Cruz
956dac2c50 Add some useful comments. 2012-10-18 23:38:58 +01:00
André Cruz
51bd1f559c Do cleanup also after the tests and not only before each iteration.
This is because the cache could be in an inconsistence state for normal usage afterwards.
2012-10-18 23:20:48 +01:00
André Cruz
97f8efcbb9 Use the lookup name when using the --save option whenever possible.
Also fix important bug regarding the checkout process in some edge cases.
2012-10-18 23:19:37 +01:00
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