Skip to content

Commit f721eb7

Browse files
committed
Various improvements
- Changed UMD wrapper to work with Node/CommonJS - Updated ImageReady - Made Youtube/Vimeo work from file:// based urls
1 parent 3eb628d commit f721eb7

10 files changed

Lines changed: 460 additions & 228 deletions

File tree

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function(grunt) {
1515
process: true
1616
},
1717
src: [
18-
'src/js/intro.js',
18+
'src/js/umd-head.js',
1919
'src/js/setup.js',
2020
'src/js/skins.js',
2121

@@ -40,7 +40,7 @@ module.exports = function(grunt) {
4040

4141
'src/js/api.js',
4242

43-
'src/js/outro.js'
43+
'src/js/umd-tail.js'
4444
],
4545
dest: '<%= dirs.dest %>/js/strip.pkgd.js'
4646
},

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "strip",
33
"description": "A Less Intrusive Responsive Lightbox",
4-
"version": "1.5.9",
4+
"version": "1.6.0",
55
"homepage": "http://stripjs.com",
66
"keywords": [
77
"lightbox",
@@ -26,6 +26,6 @@
2626
"README.md"
2727
],
2828
"dependencies": {
29-
"jquery": "^1.11.1"
29+
"jquery": "^1.11.3"
3030
}
3131
}

dist/css/strip.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Strip - A Less Intrusive Responsive Lightbox - v1.5.9
2+
* Strip - A Less Intrusive Responsive Lightbox - v1.6.0
33
* (c) 2014-2015 Nick Stakenburg
44
*
55
* http://www.stripjs.com

0 commit comments

Comments
 (0)