티스토리 뷰
Detect environment
** npm / bower 에 필요한 패키지 자동 설치
1. npm - npm 패키지의 경우, package.json 에 명시된 dependency를 push 할 때 자동으로 설치한다. (npm --save 옵션으로 설치)
2. bower - npm 파일의 scripts 에 다음 내용을 추가.
"postinstall": "./node_modules/bower/bin/bower install"
// node_modules 경로는 상황에 맞추어 변경한다.
'Heroku' 카테고리의 다른 글
.gitignore (0) | 2017.01.09 |
---|---|
heroku config copy script (0) | 2017.01.09 |
댓글