Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minified versions of css/js to Github #120

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
170 changes: 170 additions & 0 deletions css/prettyPhoto.min.css

Large diffs are not rendered by default.

19 changes: 0 additions & 19 deletions js/jquery-1.3.2.min.js

This file was deleted.

167 changes: 0 additions & 167 deletions js/jquery-1.4.4.min.js

This file was deleted.

18 changes: 0 additions & 18 deletions js/jquery-1.6.1.min.js

This file was deleted.

4 changes: 2 additions & 2 deletions js/jquery.prettyPhoto.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Class: prettyPhoto
Use: Lightbox clone for jQuery
Author: Stephane Caron (http://www.no-margin-for-errors.com)
Version: 3.1.5
Version: 3.1.5-ups
------------------------------------------------------------------------- */
(function($) {
$.prettyPhoto = {version: '3.1.5'};
$.prettyPhoto = {version: '3.1.5-ups'};

$.fn.prettyPhoto = function(pp_settings) {
pp_settings = jQuery.extend({
Expand Down
7 changes: 7 additions & 0 deletions js/jquery.prettyPhoto.min.js

Large diffs are not rendered by default.