Bridgewater / scala-notebook

Interactive Scala REPL in a browser
Other
741 stars 155 forks source link

use webjars #8

Open MasseGuillaume opened 11 years ago

MasseGuillaume commented 11 years ago

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

Carreau commented 11 years ago

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.