Jelajahi Sumber

during build, dont accidentally copy dumb txt files

Adam Shaw 12 tahun lalu
induk
melakukan
95fdefa98f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -153,7 +153,7 @@ module.exports = function(grunt) {
 
 	// copy license and changelog
 	config.copy.archiveMisc = {
-		src: "*.txt",
+		src: [ 'license.txt', 'changelog.txt' ],
 		dest: 'build/archive/'
 	};