8000 Distribute minified files in own packages by cjwainwright · Pull Request #4169 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Distribute minified files in own packages #4169

New issue

Have a question about this pro 8000 ject? 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
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
Removing trailing whitespace
  • Loading branch information
Chris Wainwright committed Sep 6, 2019
commit fd43bed1d2dd1aaf0cf15ffeba912f6abf2113c1
2 changes: 1 addition & 1 deletion tasks/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function makeBundleInfo(pathObj) {
'Install [`' + pkgName + '-min`](https://www.npmjs.com/package/' + pkgName + '-min) with',
'```',
'npm install ' + pkgName + '-min',
'```',
'```',
4688 '',
'#### Other plotly.js entry points',
'',
Expand Down
0