There was an error while loading. Please reload this page.
1 parent 1810afc commit b896b2eCopy full SHA for b896b2e
Gruntfile.js
@@ -182,12 +182,12 @@ module.exports = function (grunt) {
182
grunt.loadTasks('./custom-tasks/');
183
184
// "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')) {
+grunt.registerTask('prepare-test-files', function (){
+// big.jpg added to git
+/*if (!grunt.file.exists('tests/files/big.jpg')) {
188
grunt.task.run('curl');
189
-}
190
-});*/
+}*/
+});
191
192
grunt.registerTask('express', 'Start a custom web server.', function() {
193
var done = this.async();
0 commit comments