Closed rmarren1 closed 5 years ago
Should there be a demo for this repo?
npm run start
does not work.
webpack.server.config.js
points to ./src/demo/index.js
, but that file does not exist.
@T4rk1n care to take another look?
The CI error in python3.7 is a E104 so it should fix itself with another run; however, it doesn't look like I have permissions to re-trigger builds for this repo (I do for other ones though). @chriddyp can I get permissions to do that in the future?
@T4rk1n
^M
, but I thought that was fixed@T4rk1n (reminder)
publish script is same as in DCC, so that problem will exist there too.
Not sure the best way to solve this, some options I can think of:
clean
and clean:windows
command simultaneouslyLet's not fix those platform issues for now, clean/generate will run under cygwin/gitbash.
Windows dev can just run the commands to publish separately, that's what I do.
:+1:
Update tooling like in https://github.com/plotly/dash-core-components/pull/299
Also, this moved
requirements.txt -> .circleci/dev/dev-requirements.txt
and makes that file minimal, like in this PR: https://github.com/plotly/dash/pull/439