Closed burn2delete closed 8 years ago
We can deprecate hoplon.jquery
for hoplon.goog
once it gets in core we then lose the jquery dependency at that point.
When deprecating, we should remove the auto include of hoplon.jquery
dev's should either make a selection on the hoplon task or include the ns manually in the page declaration.
See line 73 for reference.
This PR allows building future versions of hoplon while continuing to provide a similar developer experience.
Without the developer changing anything
boot-hoplon
will now auto includehoplon.jquery
in page declaration.(requiresincluded with hoploncljsjs/jquery
in dependencies)If a set of symbols is passed to
:require
, the above behaviour is negated.Additionally
:jquery
and:goog
boolean options are provided, which allows users to select an attribute provider. The respective namespace will be added to:require
, does not however manage dependencies. (:goog
still requires the developer to includehoplon/brew
in dependencies)REQUIRES: hoplon/hoplon#140