Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # [bower] 윈도우에서 .bowerrc 생성 방법 ## echo 명령어를 사용하여 생성 ``` > echo "" > .bowerrc ``` 이후 생성된 `.bowerrc`파일을 수정하면 됩니다. ```javascript { "directory": "components" } ``` ## ren 명령으로 파일명 변경 bowerrc 또는 다른 파일명을 가진 임의의 파일을 생성합니다. ``` > ren bowerrc .bowerrc ``` `ren` 명령어로 파일명을 `.bowerrc` 로 변경합니다. --- ## 참고 - http://stackoverflow.com/questions/20202202/how-do-i-name-the-bowerrc-file - https://gist.github.com/facultymatt/5482781 --- tags: bower, bowerrc, echo, ren, windows # [bower] 윈도우에서 .bowerrc 생성 방법 ## echo 명령어를 사용하여 생성 ``` > echo "" > .bowerrc ``` 이후 생성된 `.bowerrc`파일을 수정하면 됩니다. ```javascript { "directory": "components" } ``` ## ren 명령으로 파일명 변경 bowerrc 또는 다른 파일명을 가진 임의의 파일을 생성합니다. ``` > ren bowerrc .bowerrc ``` `ren` 명령어로 파일명을 `.bowerrc` 로 변경합니다. --- ## 참고 - http://stackoverflow.com/questions/20202202/how-do-i-name-the-bowerrc-file - https://gist.github.com/facultymatt/5482781 --- {{tag>bower, bowerrc, echo, ren, windows}} open/윈도우에서-.bowerrc-생성-방법.txt Last modified: 2024/10/05 06:15by 127.0.0.1