Skip to content

Commit

Permalink
add minified version.
Browse files Browse the repository at this point in the history
corrected grunt build.
version bump.
  • Loading branch information
ceilino committed Apr 28, 2016
1 parent 00c6bdb commit 348bfb1
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 23 deletions.
6 changes: 6 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"directory": "bower_components",
"strict-ssl": false,
"proxy":"http://10.100.255.40:8080",
"https-proxy":"http://10.100.255.40:8080"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="1.1.20"></a>

# 1.1.20 (2016-28-April)

- Fix for bug in the zoom calculation for images with greater width.

<a name="1.1.19"></a>

# 1.1.19 (2016-23-March)
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = function (grunt) {
// Minify definitions
uglify: {
my_target: {
src: ['dist/jquery.ez-plus'],
src: 'src/jquery.ez-plus.js',
dest: 'dist/jquery.ez-plus.min.js'
},
options: {
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "ez-plus",
"title": "EZ Plus",
"version": "1.1.19",
"version": "1.1.20",
"description": "A jQuery image zoom plug-in, with tints, easing and gallery integration.",
"author": {
"name": "Igor Lino",
"url": "http://igorlino.github.io/elevatezoom-plus/"
},
"license": "MIT",
"main": [
"src/jquery.ez-plus.js",
"dist/jquery.ez-plus.js",
"css/jquery.ez-plus.css"
],
"ignore": [
Expand Down
12 changes: 6 additions & 6 deletions demo/api.htm
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
href="https://cdn.rawgit.com/igorlino/fancybox-plus/1.3.6/css/jquery.fancybox-plus.css" media="screen"/>

<!--
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/js/web.js?m=20100203"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/demo/js/web.js?m=20100203"></script>
-->

<script type="text/javascript" src="../src/jquery.ez-plus.js"></script>
Expand All @@ -41,8 +41,8 @@
Cufon.replace('h1', {color: '#ff6347'});
</script>

<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/css/prism.css"/>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/js/prism.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/demo/css/prism.css"/>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/demo/js/prism.js"></script>
</head>
<body>
<div id="page">
Expand Down
14 changes: 7 additions & 7 deletions demo/examples.htm
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
href="https://cdn.rawgit.com/igorlino/fancybox-plus/1.3.6/css/jquery.fancybox-plus.css" media="screen"/>

<!--
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/js/web.js?m=20100203"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/demo/js/web.js?m=20100203"></script>
-->

<script type="text/javascript" src="../src/jquery.ez-plus.js"></script>
Expand All @@ -44,9 +44,9 @@
<script type="text/javascript"
src="https://cdn.rawgit.com/igorlino/snippet-helper/1.0.1/src/snippet-helper.js"></script>
<link type="text/css" rel="stylesheet"
href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/css/prism.css"/>
href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/demo/css/prism.css"/>
<script type="text/javascript"
src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/js/prism.js"></script>
src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/demo/js/prism.js"></script>

</head>
<body>
Expand Down Expand Up @@ -391,7 +391,7 @@ <h3><a name="window-position">Window Position</a></h3>
offset
to adjust
<img
src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/images/window-positions.png"/>
src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/demo/images/window-positions.png"/>
<br/>You can also position the window into a container
</p>
<a href="#" rel="view_script_04" class="view_source">SHOW THE CODE</a>
Expand Down
12 changes: 6 additions & 6 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
href="https://cdn.rawgit.com/igorlino/fancybox-plus/1.3.6/css/jquery.fancybox-plus.css" media="screen"/>

<!--
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/js/web.js?m=20100203"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/demo/js/web.js?m=20100203"></script>
-->

<script type="text/javascript" src="../src/jquery.ez-plus.js"></script>
Expand All @@ -42,8 +42,8 @@
</script>

<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/snippet-helper/1.0.1/src/snippet-helper.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/css/prism.css"/>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.19/demo/js/prism.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/demo/css/prism.css"/>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/demo/js/prism.js"></script>
</head>
<body>
<div id="page" class="home">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ez-plus",
"title": "EZ Plus",
"version": "1.1.19",
"version": "1.1.20",
"description": "A jQuery image zoom plug-in, with tints, easing and gallery integration.",
"keywords": [
"zoom",
Expand Down

0 comments on commit 348bfb1

Please sign in to comment.