diff --git a/Gruntfile.js b/Gruntfile.js index 9e6789bd..1d597da2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -57,7 +57,7 @@ module.exports = function(grunt) { build: ["build"], "package": [packageDir], release: { - src: [releaseRoot], + src: [releaseRoot + '*', '!' + releaseRoot + 'releases'], options: { force: true } @@ -88,7 +88,7 @@ module.exports = function(grunt) { compress: { zip: { options: { - archive: "build/" + packageDirName + ".zip", + archive: "build/releases/" + packageDirName + ".zip", level: 9 }, files: [ @@ -97,7 +97,7 @@ module.exports = function(grunt) { }, tar: { options: { - archive: "build/" + packageDirName + ".tar.gz", + archive: "build/releases/" + packageDirName + ".tar.gz", level: 9 }, files: [ diff --git a/README.md b/README.md index 5ccbbae3..db8de64e 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ An open-source, web-based viewer for zoomable images, implemented in pure JavaSc See it in action at http://openseadragon.github.io/. -## Stable Build +## Stable Builds -The latest stable builds are here: [Zip](http://openseadragon.github.io/openseadragon.zip) or [Tar](http://openseadragon.github.io/openseadragon.tar.gz). +Stable builds of OpenSeadragon releases are available +[here](http://openseadragon.github.io/releases/). ## First Time Setup