steal-tools bundle
steal-tools.cmd.bundle
Call steal-tools bundle from the command line.
steal-tools bundle [--OPTION_NAME OPTION_VALUE]...
Parameters
-
OPTION_NAME
{String}
Any
config
oroptions
name in bundle. -
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 bundle
, like:Or, you can access
steal-tools
in node_modules/.bin, 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 to the root folder of your project.Dependencies bundle and development bundles
The
steal-tools bundle
command provides two options to easily create development bundles if you're using npm.The command above will create a bundle including the application dependencies located in the
node_modules
folder and thepackage.json!npm
module with is the default config module.If you don't want to generate the bundle each time config changes, or you only want to create a bundle of the modules in
node_modules
you can run:See steal-tools.bundle's documentation for details on how to load the development bundles.