Skip to content

Commit

Permalink
Grunt don't delete version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
limzykenneth authored Sep 13, 2023
1 parent a404041 commit f8e8ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ module.exports = function(grunt) {
clean: {
assets: [
'<%= config.dist %>/**/*.*',
'!<%= config.dist %>/download/release.php',
'!<%= config.dist %>/download/version.json',
'!<%= config.dist %>/git-pull.php',
'!<%= config.dist %>/books/media.zip',
'!<%= config.dist %>/learn/books/media.zip',
Expand Down

0 comments on commit f8e8ca8

Please sign in to comment.