mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 20:37:48 +00:00
Add trailing newline to generated docs.
This commit is contained in:
@@ -63,7 +63,8 @@ function build(type) {
|
|||||||
// Wrap in raw tags to avoid Liquid template tag processing.
|
// Wrap in raw tags to avoid Liquid template tag processing.
|
||||||
'{% raw %}',
|
'{% raw %}',
|
||||||
_.trim($.html()),
|
_.trim($.html()),
|
||||||
'{% endraw %}'
|
'{% endraw %}',
|
||||||
|
''
|
||||||
].join('\n');
|
].join('\n');
|
||||||
|
|
||||||
fs.writeFile(path.join(docPath, version + '.html'), html, util.pitch);
|
fs.writeFile(path.join(docPath, version + '.html'), html, util.pitch);
|
||||||
|
|||||||
Reference in New Issue
Block a user