steal-tools optimize
steal-tools.cmd.optimize
Call steal-tools optimize from the command line.
steal-tools optimize [--OPTION_NAME OPTION_VALUE]...
Parameters
-
OPTION_NAME
{String}
Any
config
oroptions
name in build. -
OPTION_VALUE
{String}
The value of
OPTION_NAME
.
Use
steal-tools
can be installed into the command line, like:Then you can run
steal-tools optimize
, like:Or, you can access
steal-tools
in node_modules/.bin, like:To provide build targets pass any of the supported options separated by a space, like:
If you are using the npm plugin you don't need to specify
--config
or--main
:will default to
package.json!npm
as the config and build out todist/
.