Skip to content

Commit

Permalink
commit generated files to the repo (#44)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
chriddyp committed Apr 29, 2018
1 parent bba84ce commit 40d5250
Show file tree
Hide file tree
Showing 5 changed files with 5,596 additions and 3,695 deletions.
16 changes: 16 additions & 0 deletions packages/dash-html-components/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.tox
build/
dist/
node_modules/
.npm
vv/
venv/
*.pyc
*.egg-info
*.log
.DS_Store
lib/bundle.js
lib/bundle.js.map
lib/metadata.json
.idea
dash_html_components/
3 changes: 1 addition & 2 deletions packages/dash-html-components/.gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
.tox
build/
dist/
dash_html_components/metadata.json
dash_html_components/bundle.js*
node_modules/
.npm
vv/
Expand All @@ -13,4 +11,5 @@ venv/
.DS_Store
lib/bundle.js
lib/bundle.js.map
lib/metadata.json
.idea
6 changes: 6 additions & 0 deletions packages/dash-html-components/dash_html_components/bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit 40d5250

Please sign in to comment.