diff --git a/tasks/closure-compiler.js b/tasks/closure-compiler.js index 17bc38e..548934c 100644 --- a/tasks/closure-compiler.js +++ b/tasks/closure-compiler.js @@ -42,7 +42,7 @@ module.exports = function(grunt) { // Sanitize options passed. if (!data.js.length) { // This task requires a minima an input file. - grunt.warn('Missing js property.'); + grunt.warn('No data found in file.'); return false; }