We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c5cd0d + 785dc90 commit 6aa7b02Copy full SHA for 6aa7b02
.gitignore
@@ -30,3 +30,4 @@ dist/*
30
!dist/git-pull.php
31
!dist/download/release.php
32
!dist/books/media.zip
33
+!dist/learn/books/media.zip
Gruntfile.js
@@ -287,6 +287,7 @@ module.exports = function(grunt) {
287
'!<%= config.dist %>/download/release.php',
288
'!<%= config.dist %>/git-pull.php',
289
'!<%= config.dist %>/books/media.zip',
290
+ '!<%= config.dist %>/learn/books/media.zip',
291
'<%= config.src %>/offline-reference/**/*.*'
292
]
293
},
dist/learn/books/media.zip
711 KB
0 commit comments