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! + + -