Loads resources from the current file's resources directory. Example: If you want to load resources/i18n.js, write:
steal.resources('i18n')
steal.resources(resource) -> steal
{String+}
The name of the resource file you want to load. You can pass multiple model names.
{steal}
the steal function for chaining.
Loads resources from the current file's resources directory.
Example:
If you want to load resources/i18n.js, write: