Disk corrections

This commit is contained in:
Jeff Parsons 2016-03-28 14:32:20 -07:00
commit 17da16a32f
2 changed files with 2 additions and 2 deletions

View file

@ -398,7 +398,7 @@ module.exports = function(grunt) {
files: [
{
cwd: "disks/pc/",
src: ["library.xml", "samples.xml"],
src: ["library.xml", "samples.xml", "private/library.xml"],
dest: "disks/pc/compiled/",
expand: true
}