mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-11 11:18:47 +08:00
during build, dont accidentally copy dumb txt files
This commit is contained in:
+1
-1
@@ -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/'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user