js 파일 불러오기.
appengine-web.xml 내용 추가.
<static-files>
<include path="/favicon.ico" expiration="1d" />
<include path="/static/**" />
<include path="/**.css" />
<include path="/**.js" />
</static-files>
해당 파일은
webapp/ 밑에 추가.
ex) webapp/js/common.js
'Programming > Google' 카테고리의 다른 글
구글 스프레드시트 조건별 서식 적용하기 (다른 시트를 참조할 수 없습니다.) (0) | 2016.09.23 |
---|---|
[GAE] memcache Undefined variable error - python (0) | 2016.07.01 |
[GAE] 파일 업로드 (0) | 2015.11.30 |
[GAE] 포트 사용중인 프로세스 종료 (0) | 2015.11.30 |
[Google App Engine] Maven 프로젝트로 생성하기 + 스프링 + Jackson (0) | 2014.12.25 |
댓글