Skip to content

Commit b896b2e

Browse files
author
Vladimir Demidov
committed
fix prepare-test-files task
1 parent 1810afc commit b896b2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gruntfile.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,12 @@ module.exports = function (grunt) {
182182
grunt.loadTasks('./custom-tasks/');
183183

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

192192
grunt.registerTask('express', 'Start a custom web server.', function() {
193193
var done = this.async();

0 commit comments

Comments
 (0)