Skip to content

Commit 696d525

Browse files
authored
Merge pull request mailru#401 from mailru/fix-tests
add big.jpg to test files
2 parents bd0c7a0 + b896b2e commit 696d525

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
node_modules
22
tests/files/BigJPG.jpg
3-
tests/files/big.jpg
43
dist/FileAPI.html5ok.js
54
dist/FileAPI.html5ok.min.js
65
dist/FileAPI.ok.js

Gruntfile.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,10 @@ module.exports = function (grunt) {
183183

184184
// "npm build" runs these tasks
185185
grunt.registerTask('prepare-test-files', function (){
186-
if (!grunt.file.exists('tests/files/big.jpg')) {
186+
// big.jpg added to git
187+
/*if (!grunt.file.exists('tests/files/big.jpg')) {
187188
grunt.task.run('curl');
188-
}
189+
}*/
189190
});
190191

191192
grunt.registerTask('express', 'Start a custom web server.', function() {

tests/files/big.jpg

68.4 MB
Loading

0 commit comments

Comments
 (0)