webjars / webjars-play

MIT License
80 stars 34 forks source link

Extract webjar-enabled require.js method and webjar scanning into own artifact #23

Open magro opened 11 years ago

magro commented 11 years ago

In the webjars-locator repo I've already asked for a require.js webjars loader webjars/webjars-locator#24. In the meantime I'm thinking that it would make sense to extract webjars scanning and the require.js webjars loader into its own module/artifact so that this can be reused by different projects. This would reduce code duplication, things wouldn't be reinvented again and again. I'm asking here because I'd think that the mentioned functionality would be extracted from webjars-play.

What do you think?

magro commented 11 years ago

Any feedback?

jamesward commented 10 years ago

Yeah. This makes sense. @huntc is assigned. Sorry for the delay in responding.

magro commented 10 years ago

Thanx anyway :-) Btw, while it might be appealing to implement it in scala (and which would be the natural choice when the functionality is extracted from this project), as a consequence this would pull in the scala library into java projects, which is not optimal. Probably you'd be considering this anyway :-)

huntc commented 10 years ago

Indeed, should be Java