tenderowls / moorka

ABANDONED
21 stars 5 forks source link

Add WebJar support #69

Closed LMnet closed 9 years ago

LMnet commented 9 years ago

Some files in moorka is plain js files. The best way to publish this files is WebJar.

LMnet commented 9 years ago

I found a better way to publish js files - using jsdeps file. vaska.js and felix.js will be added to jsdeps file. This file should be added in the main thread. It is the very straightforward way to handle js filex in scala.js. Also, users don't need to use any external plugins, like sbt-web or resources plugin.