Skip to content

Commit

Permalink
fix prepare-test-files task
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Demidov committed Jun 19, 2017
1 parent 1810afc commit b896b2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gruntfile.js
Expand Up @@ -182,12 +182,12 @@ module.exports = function (grunt) {
grunt.loadTasks('./custom-tasks/');

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

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

0 comments on commit b896b2e

Please sign in to comment.