Adam Stankiewicz
12258324d3
More code style rules to enforce
2015-11-30 11:06:57 +01:00
Chris Contolini
d2ba80e6e9
Add bower update --save functionality
2015-11-28 05:40:24 -05:00
Adam Stankiewicz
df8e5a16be
Fix readdir call on Windows
...
Sometimes it return ENOENT instead of ENODIR for normal files.
This broke code paths in few places. Also, see:
https://github.com/isaacs/chmodr/pull/8
2015-10-14 16:09:38 +02:00
Adam Stankiewicz
99105fbb57
Try chmod 777 + rimraf as fallback on rimraf in all places
2015-10-14 12:50:41 +02:00
Adam Stankiewicz
ffde6bd228
Remove version generation from "bower init" command, closes #1343
2015-09-28 17:07:29 +02:00
JD Isaacks
498fe84b99
Use values from package.json as defaults if exists
2015-09-27 19:39:46 +02:00
Adam Stankiewicz
bf23d81c9e
Update bower-config and fix tests for ignoreDependenies
2015-09-27 18:18:11 +02:00
Thomas Walpole
2ccc05cb98
get ignoredDependencies from .bowerrc instead of bower.json
2015-09-27 12:27:39 +02:00
SignalDancer
4805c3615b
Allow Ignore For Child Dependencies
...
Fix for bug #927 . Ignore package if name matches specified in bower.json.
Permit fetch if package is explicitly declared in dependencies or devDependencies.
Designed for users who need tighter control of versions due to corporate liscence restrictions or other reasons.
Code Review Comments
2015-09-27 12:27:38 +02:00
Adam Stankiewicz
87a041a212
Fix --save-exact feature for github endpoints, fixes #1925
2015-09-24 13:34:49 +02:00
Adam Stankiewicz
9c52ec2751
Revert "Auto-sort bower.json dependencies alphabetically, fixes #1373 "
...
This reverts commit 9dd79a8061 .
2015-09-24 11:06:55 +02:00
Sindre Sorhus
490f63a838
modularize the MD5 util function
2015-09-03 11:00:38 +07:00
insanehong
9dd79a8061
Auto-sort bower.json dependencies alphabetically, fixes #1373
2015-04-14 00:06:13 +02:00
Alexander Gugel
2f6d680b6c
Add --save-exact flag
2015-01-11 17:12:19 +01:00
Laurent Goderre
ef237fc521
Added the missing install command to the update task
...
Fixes #1518
2014-09-16 16:23:25 -04:00
Adam Stankiewicz
32356f23d3
Run posthook after saving bower.json, fixes #1471
2014-09-07 19:14:30 +02:00
Adam Stankiewicz
06a8f2afab
Read .bowerrc from specified cwd, fixes #1301
2014-09-06 02:38:40 +02:00
Vladimir Alaev
83f4b7b699
Fix callstack error when processing installed packages with circular dependencies
2014-07-04 12:53:50 +01:00
insanehong
9b81ddf4d5
It should shows an error when bower install failed, fixes #922
...
- reason no bower.json in current directory
2014-07-03 15:10:38 +01:00
Adam Stankiewicz
1d24e82276
[ #931 ] Make --force always re-run installation
2014-06-21 00:33:51 +02:00
Adam Stankiewicz
e42d3d5620
[ #1329 ] Check if pkgMeta is undefined
2014-06-20 21:57:41 +02:00
Mat Scales
23fbbb5191
Resolve a situation in which the install process gets into an infinite loop
2014-05-20 14:46:41 +01:00
Chris Hiester
bda5312917
clarified uniinstall warning message
...
improved uninstall message
edits to uninstall message
revisions per conversation with core team
fixed lint errors
reverted mode changes
reverted test.js mode change
2014-04-11 12:35:28 -04:00
André Cruz
7120ad5014
Merge branch 'master' of github.com:bower/bower into link-install-deps
2014-03-25 11:51:40 +00:00
Christian Schmidt
9749a398c0
Add --production switch to "prune" command
2014-03-12 18:38:17 +01:00
Chris Gross
1831e507fe
scripts/hooks functionality added
2014-02-06 15:40:38 -05:00
André Cruz
194a09f21d
Some fixes.
2013-09-30 18:25:54 +01:00
André Cruz
b87b8ea931
Install linked package dependencies, closes #673 .
...
Also add a "unlink" alias to "uninstall".
2013-09-30 02:33:06 +01:00
André Cruz
eb9dcce30b
Close GH-819: Fix resolutions not working properly when resolving to branches, closes #818.. Fixes #818
2013-08-28 21:22:18 +01:00
André Cruz
107ce78b12
Doc typo.
2013-08-23 23:23:03 +01:00
André Cruz
3d64b16227
Fix extraneous being incorrectly set for saved dev dependencies in some cases.
2013-08-22 13:07:03 +01:00
André Cruz
430dc04b09
Add another missing default value for confirm prompt.
2013-08-20 00:53:10 +01:00
André Cruz
c6a370309d
Project install now accepts decomposed endpoints instead of endpoints.
2013-08-19 19:38:30 +01:00
Andre Cruz
9fa08fee99
Close GH-797: Decoupled prompting from the inner architecture.. Fixes #645
2013-08-19 01:16:19 +01:00
Andre Cruz
72e6e61970
Close GH-795: Ignore file symlinks when reading project, fixes #791 and #783.. Fixes #791 , Fixes #783
2013-08-17 22:39:59 +01:00
Andre Cruz
3f0dbef7ea
Minor change to util/readJson (consistency).
2013-08-17 14:01:01 +01:00
Andre Cruz
55eb1e2290
Only check for difference sources if _originalSource is set.
2013-08-17 13:17:49 +01:00
André Cruz
906990d9b5
Close GH-789: Install dependencies that have different sources, fixes #788.. Fixes #788
2013-08-17 11:50:39 +01:00
Trask Stalnaker
518f3d2a8f
Close GH-773: Order tags by semver build metadata. Fixes #0 , Fixes #0 , Fixes #0 , Fixes #0 , Fixes #0 , Fixes #0 , Fixes #0 , Fixes #0
2013-08-17 11:39:51 +01:00
André Cruz
463b258409
Forgot to decorate flattened tree with additional keys.
2013-08-15 22:43:55 +01:00
André Cruz
5b4fb961af
Merge pull request #709 from bower/several-improv
...
Several improvements and fixes
2013-08-03 08:10:28 -07:00
André Cruz
d2144905db
Improve no-json warning.
2013-08-03 14:38:21 +01:00
André Cruz
b29c9c28fa
Typo.
2013-08-03 14:24:24 +01:00
André Cruz
3f8fcbf4e3
Always save endpoints specified with --save and --save-dev.
...
Even if the installed ones were different (user choose a different one on conflict).
2013-08-03 10:05:59 +01:00
André Cruz
6125c0423f
Make installed dependencies without --save and --save-dev being recognised as root dependencies.
...
They continue to be labeled as extraneous but will be part of the tree.
This fixes #602 and cuts the way to implement #603 .
This also fixes an issue with --save and --save-dev possibly saving more than it should.
2013-08-02 22:08:23 +01:00
André Cruz
9f99d5d42a
Fix save not working on uninstall.
2013-07-30 22:57:55 +01:00
André Cruz
59c5caa395
Do not create a json file when saving to it is required, warn instead.
2013-07-30 08:49:33 +01:00
André Cruz
d62f5142cc
Fix json file not being set when reading json, closes #686 .
2013-07-30 08:30:17 +01:00
André Cruz
e1a443177e
Close GH-675: Upgrade to the new bower-json api.. Fixes #668
2013-07-29 21:57:35 +01:00
André Cruz
83f00d720e
Unnecessary if.
2013-07-29 09:25:12 +01:00