Include jquery-ui.css, ignore it, and use the non minimized version of jquery-ui.js

This commit is contained in:
Paul van Tilburg 2012-01-16 11:12:45 +01:00
parent 9de0d664de
commit 4bbc98a94f
3 changed files with 8 additions and 4 deletions

4
.gitignore vendored
View File

@ -1,4 +1,6 @@
public/upload/*
public/javascripts/jquery.js
public/javascripts/jquery-ui.min.js
public/javascripts/jquery-ui.js
public/stylesheets/jquery-ui.css
public/stylesheets/images
draggables.json

View File

@ -34,8 +34,9 @@ Installation
------------
For now, Plemp! is in a developing state and not ready for site-wide
deployment yet. However, before running, make sure that jquery.js and are
available from public/ either by copying or symlinking them there.
deployment yet. However, before running, make sure that jquery.js,
jquery-ui.js, and jquery-ui.css with images are available from public/
either by copying or symlinking them there.
Usage
-----

View File

@ -4,10 +4,11 @@
<title>Plemp!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link type="text/css" media="screen" href="/stylesheets/highlight.css" rel="stylesheet">
<link type="text/css" media="screen" href="/stylesheets/jquery-ui.css" rel="stylesheet">
<link type="text/css" media="screen" href="/stylesheets/style.css" rel="stylesheet">
<script type="text/javascript" src="/javascripts/jquery.js"></script>
<script type="text/javascript" src="/javascripts/jquery-ui.js"></script>
<script type="text/javascript" src="/javascripts/jquery-jeditable.min.js"></script>
<script type="text/javascript" src="/javascripts/jquery-ui.min.js"></script>
<script type="text/javascript" src="/javascripts/highlight.pack.js"></script>
<script type="text/javascript" src="/javascripts/plemp-ui.js"></script>
</head>