diff --git a/tasks/lib/compiler.js b/tasks/lib/compiler.js index fe1d657..90a5d1e 100644 --- a/tasks/lib/compiler.js +++ b/tasks/lib/compiler.js @@ -118,7 +118,7 @@ var Compiler = function(grunt, options, cwd) { try { source = minify(source, options.htmlmin); } catch (err) { - grunt.warn(err); + grunt.warn(err + '\n\n' + source + '\n\n'); } }