We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The devBuild option set to true still seems to evaluate to false in this mustache:
devBuild
https://github.com/bit-docs/bit-docs-generate-html/blob/minor/site/default/templates/layout.mustache
The text was updated successfully, but these errors were encountered:
See this repo for repro: https://github.com/leoj3n/generate-temp#devbuild-issue
Sorry, something went wrong.
Even this doesn't see to make a difference:
diff --git a/build/build_hash.js b/build/build_hash.js index 31abe40..6c2b29d 100644 --- a/build/build_hash.js +++ b/build/build_hash.js @@ -32,6 +32,7 @@ module.exports = function(options){ values[key] = options[key]; } }); + values["devBuild"] = true; return md5(JSON.stringify(values)); };
Not sure if this is still an issue, would probably want to re-test with latest versions.
No branches or pull requests
The
devBuild
option set to true still seems to evaluate to false in this mustache:https://github.com/bit-docs/bit-docs-generate-html/blob/minor/site/default/templates/layout.mustache
The text was updated successfully, but these errors were encountered: