Skip to content

Commit

Permalink
Change default bower packages folder
Browse files Browse the repository at this point in the history
Change default bower packages folder from ./components to ./bower_components
  • Loading branch information
niklv committed Oct 12, 2014
1 parent e33b377 commit 1470418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ The following table details where each tool stores downloaded packages.

Path | [bower][bower] | [component][component] | [jam][jam] | [volo][volo] | [npm][npm] + [browserify][browserify] | [spm][spm]
:---------------|:--------------------|:-----------------------|:---------------|:------------------------------------|:--------------------------------------|:---------------------
`default path` | ./components | ./components | ./jam | ./js, ./scripts, ./ | ./node_modules | ./spm_modules
`default path` | ./bower_components | ./components | ./jam | ./js, ./scripts, ./ | ./node_modules | ./spm_modules
`custom path` | [.bowerrc][bowerrc] | --out dir | jam.packageDir | volo.{baseDir,baseUrl}, amd.baseDir | - | --outputDirectory dir


Expand Down

0 comments on commit 1470418

Please sign in to comment.