From 4bbc98a94fd1294e4265834fb3abba7f7c2a46c7 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Mon, 16 Jan 2012 11:12:45 +0100 Subject: [PATCH] Include jquery-ui.css, ignore it, and use the non minimized version of jquery-ui.js --- .gitignore | 4 +++- README.md | 5 +++-- public/index.html | 3 ++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 03d4414..b4c4723 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md index bf6def5..e903052 100644 --- a/README.md +++ b/README.md @@ -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 ----- diff --git a/public/index.html b/public/index.html index 5d7e317..3819054 100644 --- a/public/index.html +++ b/public/index.html @@ -4,10 +4,11 @@ Plemp! + + -