Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

css와 js를 저장소에 추가하기 #119

Closed
klutzy opened this issue Jul 24, 2012 · 1 comment
Closed

css와 js를 저장소에 추가하기 #119

klutzy opened this issue Jul 24, 2012 · 1 comment
Assignees

Comments

@klutzy
Copy link
Owner

klutzy commented Jul 24, 2012

안드로이드 사이트가 생각보다 자주 변화하네요.
이전 젤리빈 때도 레이아웃이 완전히 바뀌어서 css가 망가졌었고(#117, #118),
지금 보니 자바스크립트가 동작을 안 하길래 수정했습니다. (8d21499)

css와 js(favicon도?)를 적당히 _static 같은 폴더에 복사해 두어야 할 것 같네요.

@ghost ghost assigned klutzy Jul 24, 2012
klutzy added a commit that referenced this issue Sep 6, 2012
현재 원 사이트에서 사용중인 css를 assets/css/ 폴더에 추가한다.

* favicon.ico는 추가하지 않았다.
* Roboto 웹 폰트 부분(_layouts/defaults.html 11번째 줄)은
  안드로이드 디자인이 아니라 [구글 웹 폰트 API][1] 범위라서
  그대로 두었다.

  [1]: https://developers.google.com/webfonts/docs/getting_started
klutzy added a commit that referenced this issue Sep 6, 2012
현재 원 사이트에서 사용중인 js를 assets/js/ 폴더에 추가.

* navtree_data.js는 추가하지 않음. 해당 파일은 안드로이드 문서 전체에
  사용하며, 각 문서들의 트리 구조를 저장하고 있는 듯.
@klutzy
Copy link
Owner Author

klutzy commented Sep 6, 2012

fcfd8c1 커밋을 통해 css, js 및 해당 파일이 사용하는 그림을 포함했습니다.
해당 폴더는 assets/이고, 안드로이드 문서 사이트에서 공통적으로 사용하는 용도라서 디자인 파트에서는 사용하지 않을 수도 있습니다.

@klutzy klutzy closed this as completed Sep 6, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant