mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 10:04:07 +00:00
clarify some installation in README
This commit is contained in:
6
setup.py
6
setup.py
@@ -128,7 +128,7 @@ class BaseCommand(Command):
|
||||
|
||||
|
||||
class Bower(BaseCommand):
|
||||
description = "fetch static components with bower"
|
||||
description = "fetch static client-side components with bower"
|
||||
|
||||
user_options = []
|
||||
|
||||
@@ -173,11 +173,11 @@ class CSS(BaseCommand):
|
||||
self.distribution.data_files = get_data_files()
|
||||
|
||||
# ensure bower is run as part of install
|
||||
install.sub_commands.insert(0, ('bower', None))
|
||||
install.sub_commands.insert(0, ('js', None))
|
||||
install.sub_commands.insert(1, ('css', None))
|
||||
|
||||
setup_args['cmdclass'] = {
|
||||
'bower': Bower,
|
||||
'js': Bower,
|
||||
'css': CSS,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user