Created
November 20, 2012 11:55
-
-
Save sakama/4117500 to your computer and use it in GitHub Desktop.
Jellyで外部CSS、JS等を参照する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
実際のファイルの置き場所は以下のようになる。 | |
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