Min RK
cfce35c0c6
don't need to walk npm bin dirs
...
use node_modules/.bin
2015-03-05 10:21:42 -08:00
Min RK
058b7c68c9
install js dependencies with npm
...
add package.json
- devDependencies (less, bower) installed locally
- dependencies installed globally (configurable-http-proxy)
2015-03-04 16:55:29 -08:00
Min RK
74fb2e6a05
Merge pull request #163 from minrk/clean-css
...
use `lessc --clean-css`
2015-03-04 15:44:59 -08:00
Min RK
059d081a79
prepare for sdist
...
- trigger js/css before sdist (always)
- trigger js/css before build_py (part of wheel, install) iff installing from repo
should avoid running js, css from sdist
2015-03-04 15:21:51 -08:00
Min RK
506e0e569c
use lessc --clean-css
...
instead of deprecated `lessc -x`
2015-03-04 14:40:37 -08:00
Min RK
d125abbffe
move static files to share/jupyter/hub
...
avoids conflict with other jupyter projects
2014-12-23 20:31:59 -08:00
Min RK
61e4cdbecf
fix check for url lines when building requirements from requirements.txt
2014-11-29 20:50:25 -08:00
Min RK
0562e0491b
Jupyter has a mailing list
2014-11-25 11:02:27 -08:00
Min RK
ab6d67f0c9
don't add -e
requirements in setup.py
...
They don't work properly, so don't try.
This means that until IPython 3 is released,
`pip install -e .` will be insufficient.
IPython will need to be installed separately.
2014-11-08 21:00:24 -08:00
Min RK
40a99e61ac
drop support for old Python, IPython < 3
...
Require IPython >= 3.0, Python >= 3.3
2014-11-02 15:51:06 -08:00
Min RK
83569221b9
s/bower/js/
2014-10-31 16:23:19 -07:00
MinRK
cfd884459f
clarify some installation in README
2014-10-21 20:04:12 -07:00
MinRK
ae7232f22c
better message on OSError due to missing bower/less
2014-10-17 13:52:48 -07:00
MinRK
3b6dc5a8ae
install subpackages
2014-09-14 11:23:03 -07:00
MinRK
bb02bbd858
run bower/css in develop
...
ensures js/css dependencies are installed after `pip install -e`
2014-09-12 11:37:37 -07:00
MinRK
2e7463a894
add BaseCommand
...
adds missing `get_inputs` and `get_outputs`
used by pip.
2014-09-09 22:58:48 -07:00
MinRK
7f93ea2325
add some basic HTML pages
...
and LESS
closes #6
2014-09-09 15:20:21 -07:00
MinRK
0980d1fa99
allow bower to be run as root
...
because javascript is awesome!
2014-08-21 11:58:39 -07:00
MinRK
8ca425fd8a
make it a proper package
...
both jupyterhub and configurable-http-proxy
2014-08-20 20:26:02 -07:00