Read LICENSE.md as UTF8

This commit is contained in:
Kevin Sawicki
2014-05-06 06:38:28 -07:00
parent 3ea28c8ed6
commit cbe73fd916

View File

@@ -26,7 +26,7 @@ module.exports = (grunt) ->
getLicenseText = (dependencyLicenses) ->
{keys} = require 'underscore-plus'
text = """
#{fs.readFileSync('LICENSE.md')}
#{fs.readFileSync('LICENSE.md', 'utf8')}
This application bundles the following third-party packages in accordance
with the following licenses:\n\n