I manage bundlers that are registered through me.
|
__init__(self,
mtime=None)
Create a new bundler basket. |
source code
|
|
|
|
|
add(self,
bundleName,
source,
destination=None)
Add files to the bundler basket for the given bundle. |
source code
|
|
|
depend(self,
depender,
*dependencies)
Make the given bundle depend on the other given bundles. |
source code
|
|
|
|
|
getBundlerByName(self,
bundlerName)
Return the bundle by name, or None if not found. |
source code
|
|
|
getBundlerNameByImport(self,
importString)
Return the bundler name by import statement, or None if not found. |
source code
|
|
|
getBundlerNameByFile(self,
filename)
Return the bundler name by filename, or None if not found. |
source code
|
|
list of str
|
|