mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
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.
This commit is contained in:
parent
739ff2dbed
commit
15994b688b
@ -166,6 +166,9 @@ module.exports = function(grunt) {
|
||||
+ filename;
|
||||
grunt.file.copy(abspath, dest);
|
||||
});
|
||||
grunt.file.copy("changelog.txt", packageDir + "changelog.txt");
|
||||
grunt.file.copy("licenses/mit.txt", packageDir + "licenses/mit.txt");
|
||||
grunt.file.copy("licenses/new-bsd.txt", packageDir + "licenses/new-bsd.txt");
|
||||
});
|
||||
|
||||
// ----------
|
||||
|
Loading…
Reference in New Issue
Block a user