Stop copying changelog.txt to the website

It's not referenced from the site itself, and the GitHub releases page is
nicer.
This commit is contained in:
Benjamin Gilbert 2013-07-22 21:19:18 -04:00
parent 1f05e0de72
commit 4ff498814c

View File

@ -168,8 +168,6 @@ module.exports = function(grunt) {
grunt.file.recurse("images", function(abspath, rootdir, subdir, filename) {
grunt.file.copy(abspath, "build/openseadragon/images/" + (subdir || "") + filename);
});
grunt.file.copy("changelog.txt", "build/changelog.txt");
});
// ----------