Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add npm/bower install as part of the setup install process. #486

Open
stefanoborini opened this issue Jun 1, 2017 · 3 comments
Open

Add npm/bower install as part of the setup install process. #486

stefanoborini opened this issue Jun 1, 2017 · 3 comments

Comments

@stefanoborini
Copy link
Contributor

stefanoborini commented Jun 1, 2017

This operation must currently be performed by hand. It's actually part of the build/install process.

@martinRenou
Copy link
Member

I disagree with you on that point, there is two separate actions: npm install which install the dependencies and npm run build which create our bundle of Javascript.
That's exactly the same in python, you have pip install -r requirements and python setup.py install.

@stefanoborini
Copy link
Contributor Author

It has to do with pip automatic installation when you access from pypi.

@stefanoborini
Copy link
Contributor Author

Check what jupyterhub does when it's time to deploy the javascript part (if it's compiled/packed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants