This also allows us to move our settings to .jshintrc for better IDE &
command-line integration - simply type "jshint" in the directory and it
will use the same options.
The sourcemaps included build/openseadragon/ in the paths. Since grunt
lacks a standard way to replace text in files, I semi-randomly picked
grunt-text-replace.
All OpenSeadragon contributors have granted their permission for this
relicensing in #58.
Drop copyright statements for Ian Gilman and Christopher Thatcher as
they requested in #10.
Revert CodePlex Foundation copyright date to 2009 pursuant to discussion
in #10.
It's convenient for old releases to be available indefinitely so that
deployment scripts can retrieve a particular qualified version. This
won't affect the disk space requirements of the repository, since the
old packages will be in the Git history anyhow.
Move packages to a subdirectory of the site root to avoid causing
permanent clutter.
{Tar,zip}balls now have the form openseadragon-bin-0.9.125.{tar.gz,zip},
containing a directory openseadragon-bin-0.9.125.
Including the project's version number makes it easy to determine the
version of a random release sitting around a filesystem, and ensures
that unpacking a tarball won't overwrite another unpacked tarball or
write into a checked-out repo.
Adding -bin distinguishes the packages from source tarballs, which are
conventionally <project>-<version>.{tar.gz,zip}.
Tar files are conventionally compressed, often with gzip. xz would be
better but is not as universally supported; in particular,
grunt-contrib-compress doesn't support it.