mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +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: {
|
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')
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user