Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Various improvements
Browse files Browse the repository at this point in the history
- Changed UMD wrapper to work with Node/CommonJS
- Updated ImageReady
- Made Youtube/Vimeo work from file:// based urls
  • Loading branch information
staaky committed Aug 20, 2015
1 parent 3eb628d commit f721eb7
Show file tree
Hide file tree
Showing 10 changed files with 460 additions and 228 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(grunt) {
process: true
},
src: [
'src/js/intro.js',
'src/js/umd-head.js',
'src/js/setup.js',
'src/js/skins.js',

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

'src/js/api.js',

'src/js/outro.js'
'src/js/umd-tail.js'
],
dest: '<%= dirs.dest %>/js/strip.pkgd.js'
},
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strip",
"description": "A Less Intrusive Responsive Lightbox",
"version": "1.5.9",
"version": "1.6.0",
"homepage": "http://stripjs.com",
"keywords": [
"lightbox",
Expand All @@ -26,6 +26,6 @@
"README.md"
],
"dependencies": {
"jquery": "^1.11.1"
"jquery": "^1.11.3"
}
}
2 changes: 1 addition & 1 deletion dist/css/strip.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Strip - A Less Intrusive Responsive Lightbox - v1.5.9
* Strip - A Less Intrusive Responsive Lightbox - v1.6.0
* (c) 2014-2015 Nick Stakenburg
*
* http://www.stripjs.com
Expand Down
Loading

0 comments on commit f721eb7

Please sign in to comment.