Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip fields without content from result. #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

HeartoLazor
Copy link

TheOddLinguist pushed a commit to TheOddLinguist/presskit.html that referenced this pull request Jul 30, 2019
@j4nw
Copy link

j4nw commented Oct 25, 2019

Any interest in getting this merged? Would be great to have without fiddling with the npm package.

@valryon valryon requested a review from solarsailer November 4, 2019 21:46
@@ -86,6 +108,11 @@ async function build (dataFilePath, presskit, {
return path.relative(buildFolder, htmlFilePath)
}

//Check if a var exists or it's valid

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The missing space after // yields a lint error that fails test.

Added missing comment space
@stephanemagnenat
Copy link

stephanemagnenat commented Mar 30, 2021

Actually, there were 4 errors, now 3 left:

112:23  error  Missing space before function parentheses
113:24  error  Expected '!==' and instead saw '!='
113:27  error  Strings must use singlequote

I'm interested in seeing this PR merged as I have a similar need :-)

Fixed issues:
112:23  error  Missing space before function parentheses
113:24  error  Expected '!==' and instead saw '!='
113:27  error  Strings must use singlequote
@stephanemagnenat
Copy link

@solarsailer any chance to merge this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants