Fork me on GitHub
#hoplon
<
2016-08-03
>
micha00:08:55

@flyboarder: not yet, we could make one

flyboarder00:08:29

@micha I got pulled away from my laptop, but looking at hoplon core this should be pretty simple change, jquery is only in the core ns according to github and there are only a handful of non attribute uses

micha00:08:40

we could leave the (defmulti do! ... and (defmulti on! ... in hoplon.core

micha00:08:56

and move the actual (defmethod do! ... etc to the jquery namespace

flyboarder00:08:33

Yeah, jquery is also used a bit in extending element, but I checked and that can easily be removed

micha00:08:46

and we would (:require [hoplon.jquery]) in hoplon.core for compatibility

micha00:08:52

but deprecate it

flyboarder00:08:45

I started a branch for hoplon.goog in brew, we can make it feature complete and then move it later

flyboarder00:08:07

That way we don't add broken gcl stuff to core

micha00:08:12

sweet, yeah

flyboarder06:08:05

I think for now it would be best if boot-hoplon made sure hoplon.jquery was included in the page declaration. Until we have a reason to make it entirely optional.

micha14:08:59

ah interesting