mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
chore: Updated Gruntfile after pure-css#705. (#820)
This commit is contained in:
parent
2f8c9e3c79
commit
e79bd2f2ef
@ -26,7 +26,7 @@ module.exports = function (grunt) {
|
||||
},
|
||||
|
||||
release: {
|
||||
src : '{LICENSE.md,README.md,HISTORY.md}',
|
||||
src : '{LICENSE,README.md,HISTORY.md}',
|
||||
dest: 'build/'
|
||||
}
|
||||
},
|
||||
@ -173,7 +173,7 @@ module.exports = function (grunt) {
|
||||
'Pure v<%= pkg.version %>',
|
||||
'Copyright 2013 Yahoo!',
|
||||
'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'
|
||||
].join('\n')
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user