chore: Updated Gruntfile after pure-css#705. (#820)

This commit is contained in:
medianect 2020-10-18 14:14:38 +02:00 committed by GitHub
parent 2f8c9e3c79
commit e79bd2f2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ module.exports = function (grunt) {
}, },
release: { release: {
src : '{LICENSE.md,README.md,HISTORY.md}', src : '{LICENSE,README.md,HISTORY.md}',
dest: 'build/' dest: 'build/'
} }
}, },
@ -173,7 +173,7 @@ module.exports = function (grunt) {
'Pure v<%= pkg.version %>', 'Pure v<%= pkg.version %>',
'Copyright 2013 Yahoo!', 'Copyright 2013 Yahoo!',
'Licensed under the BSD License.', 'Licensed under the BSD License.',
'https://github.com/pure-css/pure/blob/master/LICENSE.md', 'https://github.com/pure-css/pure/blob/master/LICENSE',
'*/\n' '*/\n'
].join('\n') ].join('\n')
}, },