Files
sphinx_rtd_theme/docs
Anthony Johnson e2a173d393 Add webpack commands into setup.py
This is a POC that shows building webpack through standard `setup.py`
commands. Any call to `setup.py build` or `bdist` or `sdist` will
trigger a Webpack build of the assets first. A non-zero exit code will
halt the process.

Also, moved the `npm run dev` command, which here is `python setup.py
watch`, though there is perhaps something better here. There is already
`python setup.py develop`, which has a separate function, so I don't
want to collide there.

Example output here:
https://gist.github.com/agjohnson/cdaab364fe598daa7f3bef750cfb84dd

Refs #797
2019-07-26 17:14:36 -06:00
..
2019-07-25 16:18:34 -06:00
2019-02-12 16:34:25 -03:00
2018-12-18 14:45:19 -05:00
2018-03-01 10:15:53 -05:00
2019-07-24 23:53:25 -06:00