8000 Add Building.md by etpinard · Pull Request #2654 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Add Building.md #2654

8000
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

Merged
merged 7 commits into from
May 23, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add BUILDING.md to lower-case-only whitelist
  • Loading branch information
etpinard committed May 23, 2018
commit 3cf0c5c6daf3ddb35dac09087cbde53804e935f2
1 change: 1 addition & 0 deletions tasks/test_syntax.js
59C0
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ function assertFileNames() {
base === 'CONTRIBUTING.md' ||
base === 'CHANGELOG.md' ||
base === 'SECURITY.md' ||
base === 'BUILDING.md' ||
file.indexOf('mathjax') !== -1
) return;

Expand Down
0