scala-notebook icon indicating copy to clipboard operation
scala-notebook copied to clipboard

use webjars

Open MasseGuillaume opened this issue 11 years ago • 1 comments

http://www.webjars.org/

from https://github.com/Bridgewater/scala-notebook/issues/7 we could use webjar to share code with IPython / python notebook

also we can add dependencies on some vendors

https://github.com/Bridgewater/scala-notebook/tree/master/server/src/main/assets/thirdparty/static

  • jquery
  • bootstrap
  • ...

MasseGuillaume avatar Mar 14 '13 13:03 MasseGuillaume

We are starting to user bower for now to manage such dependencies. the only problem of bower is it does not distinguish between dev dependencies and running dependencies.

Carreau avatar Mar 14 '13 14:03 Carreau