Commit Graph

24 Commits

Author SHA1 Message Date
Benjamin Gilbert
eafd707d1a Drop unnecessary quotes 2013-04-23 21:16:33 -04:00
Benjamin Gilbert
c7c7b202dd Don't delete old releases from the website
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.
2013-04-22 20:27:55 -04:00
Benjamin Gilbert
15994b688b Include changelog and license files in packages
A README would be good too, but right now README.md consists mostly of
things that are only meaningful in a Git checkout.
2013-04-22 20:20:19 -04:00
Benjamin Gilbert
739ff2dbed Rename {tar,zip}ball and packaged directory
{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}.
2013-04-22 20:20:07 -04:00
Benjamin Gilbert
551215404d Use maximum compression when creating packages
grunt-contrib-compress defaults to minimum compression.
2013-04-22 20:13:45 -04:00
Benjamin Gilbert
d7224f8206 Compress package tarballs with gzip
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.
2013-04-22 20:13:42 -04:00
Ian Gilman
fdeaa10085 Updated github page link 2013-04-08 10:28:56 -07:00
Ian Gilman
6c4643d447 Grunt publish now publishes into the new folder in site-build 2013-03-25 10:02:41 -07:00
Ian Gilman
f792af9eb9 Added changelog.txt 2013-03-25 09:51:58 -07:00
Ian Gilman
57f4cf1549 A little git-describe cleanup 2013-03-22 09:42:51 -07:00
Ian Gilman
f0c4f5a875 Fixed git-describe grunt task 2013-03-22 09:40:37 -07:00
Ian Gilman
2bc61933b2 First attempt 2013-03-21 10:26:03 -07:00
thatcher
fe0cafea21 improved caching follows existing use of tile.unload to delete prerendered canvas 2013-03-14 07:22:26 -04:00
Ian Gilman
e757aa2767 Added some section seperators to the grunt file 2013-03-12 10:49:48 -07:00
Ian Gilman
0756c4546a Grunt watch params were out of date; fixed 2013-03-12 10:43:27 -07:00
Ian Gilman
b4ddb5a953 Improved build banners, including making them visible in minified version 2013-03-11 11:52:30 -07:00
thatcher
3801326e40 pulling full screen api detection out into is own file per ians suggestion 2013-03-06 15:36:52 -05:00
Ian Gilman
6b492f395d Fixed a bug with "grunt publish"; was using the wrong paths 2013-02-27 10:36:19 -08:00
Ian Gilman
d2b9257bc4 Added "grunt publish" command for copying to site-build 2013-02-27 09:59:59 -08:00
Ian Gilman
8074b338d1 Fixed compress and moved build to build/openseadragon
The zip and tar now go into build next to build/openseadragon
2013-02-21 11:56:16 -08:00
Ian Gilman
98e8289c9b Test now works again 2013-02-21 11:17:05 -08:00
Ian Gilman
34e55d86d5 Fixed banned and changed quote style 2013-02-21 10:54:11 -08:00
Ian Gilman
d6dfc15351 Updated gruntfile and package.json for grunt 0.4.0 2013-02-21 10:45:14 -08:00
Ian Gilman
347fbfd596 Renamed gruntfile 2013-02-21 10:27:21 -08:00