mirror of
https://github.com/simonw/datasette-vega.git
synced 2026-07-16 22:14:34 +02:00
I used a variant on the pattern described here to run "npm run build" when creating the wheel: http://cra.mr/2014/12/19/distributing-js-with-python To generate just the static assets (in datasette_vega/static) run this: python3 setup.py build_static To build the package (and automatically run the above) do this: python3 setup.py bdist_wheel
26 lines
252 B
Text
26 lines
252 B
Text
*.pyc
|
|
__pycache__
|
|
dist
|
|
*.egg-info
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
static
|