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
configoroptionsname in bundle. -
OPTION_VALUE
{String}The value of
OPTION_NAME.
Use
steal-toolscan be installed into the command line, like:Then you can run
steal-tools bundle, like:Or, you can access
steal-toolsin node_modules/.bin, like:If you are using the npm plugin you don't need to specify
--configor--main:will default to
package.json!npmas the config and build out to the root folder of your project.Dependencies bundle and development bundles
The
steal-tools bundlecommand 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_modulesfolder and thepackage.json!npmmodule 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_modulesyou can run:See steal-tools.bundle's documentation for details on how to load the development bundles.