Skip to content

Commit f8e8ca8

Browse files
authored
Grunt don't delete version.json
1 parent a404041 commit f8e8ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ module.exports = function(grunt) {
310310
clean: {
311311
assets: [
312312
'<%= config.dist %>/**/*.*',
313-
'!<%= config.dist %>/download/release.php',
313+
'!<%= config.dist %>/download/version.json',
314314
'!<%= config.dist %>/git-pull.php',
315315
'!<%= config.dist %>/books/media.zip',
316316
'!<%= config.dist %>/learn/books/media.zip',

0 commit comments

Comments
 (0)