JavaScriptAppResource.withBuildScript
Method
interface JavaScriptAppResource { // ... omitted for brevity withBuildScript( scriptName: string, args?: string[]): JavaScriptAppResource;}Signature
method
withBuildScriptbuilderAdds a build script annotation to the resource builder using the specified command-line arguments.
withBuildScript( scriptName: string, args?: string[]): JavaScriptAppResourceParameters
scriptNamestringargsstring[]optionalReturns
JavaScriptAppResourceDefined on
This method is defined on the following type: