Quite some grunt.log.write

This commit is contained in:
probablycorey
2013-11-14 10:53:19 -08:00
parent 389b2bd8d6
commit 53f5e9fbc6

View File

@@ -10,6 +10,7 @@ packageJson = require './package.json'
module.exports = (grunt) ->
if not grunt.option('verbose')
grunt.log.writeln = (args...) -> grunt.log
grunt.log.write = (args...) -> grunt.log
[major, minor, patch] = packageJson.version.split('.')
if process.platform is 'win32'