mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +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.
|
||||
'{% raw %}',
|
||||
_.trim($.html()),
|
||||
'{% endraw %}'
|
||||
'{% endraw %}',
|
||||
''
|
||||
].join('\n');
|
||||
|
||||
fs.writeFile(path.join(docPath, version + '.html'), html, util.pitch);
|
||||
|
||||
Reference in New Issue
Block a user