-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular/cli): Support XDG Base Directory Specfication
Reading throw #16034 the angular config should be placed in the `$XDG_CONFIG_HOME/angular/` directory, but if the environmental variable $XDG_CONFIG_HOME is set the first check of `xdgConfigHome` function will only put it in the `$XDG_CONFIG_HOME` directory. Also renamed the config file from `.angular-config.json` to `config.json` when it is in the `~/.config/angular` directory since it doesn't need to be hidden. (cherry picked from commit 094d36d)
- Loading branch information
1 parent
dd1d4ef
commit 07e8bf9
Showing
1 changed file
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters