Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 436bb2e

Browse files
authored
commit generated files to the repo (#44)
* commit generated files to the repo - This is another sanity check for prerelease checks - Enables users to install directly from GitHub. For Python users, installing from PyPI is still the recommended way to install the package * let eslint ignore generated bundles
1 parent fda076a commit 436bb2e

File tree

5 files changed

+5596
-3695
lines changed

5 files changed

+5596
-3695
lines changed

.eslintignore

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.tox
2+
build/
3+
dist/
4+
node_modules/
5+
.npm
6+
vv/
7+
venv/
8+
*.pyc
9+
*.egg-info
10+
*.log
11+
.DS_Store
12+
lib/bundle.js
13+
lib/bundle.js.map
14+
lib/metadata.json
15+
.idea
16+
dash_html_components/

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
.tox
22
build/
33
dist/
4-
dash_html_components/metadata.json
5-
dash_html_components/bundle.js*
64
node_modules/
75
.npm
86
vv/
@@ -13,4 +11,5 @@ venv/
1311
.DS_Store
1412
lib/bundle.js
1513
lib/bundle.js.map
14+
lib/metadata.json
1615
.idea

dash_html_components/bundle.js

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)