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:
Benjamin Gilbert 2013-04-19 02:40:27 -04:00
parent 739ff2dbed
commit 15994b688b

View File

@ -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");
});
// ----------