From 4ff498814c1ea0683d4cedb7167dd354bcb10932 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Mon, 22 Jul 2013 21:19:18 -0400 Subject: [PATCH] Stop copying changelog.txt to the website It's not referenced from the site itself, and the GitHub releases page is nicer. --- Gruntfile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 7f32301c..81f70b10 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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"); }); // ----------