Skip to content

Commit

Permalink
Correct place to put media.zip in
Browse files Browse the repository at this point in the history
  • Loading branch information
limzykenneth committed Mar 13, 2019
1 parent 5c5cd0d commit 785dc90
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ dist/*
!dist/git-pull.php
!dist/download/release.php
!dist/books/media.zip
!dist/learn/books/media.zip
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ module.exports = function(grunt) {
'!<%= config.dist %>/download/release.php',
'!<%= config.dist %>/git-pull.php',
'!<%= config.dist %>/books/media.zip',
'!<%= config.dist %>/learn/books/media.zip',
'<%= config.src %>/offline-reference/**/*.*'
]
},
Expand Down
Binary file added dist/learn/books/media.zip
Binary file not shown.

0 comments on commit 785dc90

Please sign in to comment.