mirror of https://github.com/google/pebble
spelling: custom
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
435ef6ba65
commit
621151ebd1
|
@ -296,7 +296,7 @@ def _get_entry_point(ctx, js_type, waf_js_entry_point):
|
||||||
def pbl_bundle(self, *k, **kw):
|
def pbl_bundle(self, *k, **kw):
|
||||||
"""
|
"""
|
||||||
This method is bound to the build context and is called by specifying `bld.pbl_bundle`. We
|
This method is bound to the build context and is called by specifying `bld.pbl_bundle`. We
|
||||||
set the custome features `js` and `bundle` to run when this method is invoked.
|
set the custom features `js` and `bundle` to run when this method is invoked.
|
||||||
:param self: the BuildContext object
|
:param self: the BuildContext object
|
||||||
:param k: none expected
|
:param k: none expected
|
||||||
:param kw:
|
:param kw:
|
||||||
|
|
Loading…
Reference in New Issue