Skip to content

Instantly share code, notes, and snippets.

@sakama
Created November 20, 2012 11:55
Show Gist options
  • Save sakama/4117500 to your computer and use it in GitHub Desktop.
Save sakama/4117500 to your computer and use it in GitHub Desktop.
Jellyで外部CSS、JS等を参照する
<!--
実際のファイルの置き場所は以下のようになる。
src/main/webapp/css/style.css
src/main/webapp/script/jquery_min.js
-->
<link rel="stylesheet" href="/plugin/plugin_name/css/style.css" />
<script type="text/javascript" src="/plugin_name/script/jquery.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment