grunt-steal.build
{Object}
The steal-build
options object's values.
Object
Properties
-
steal
{Object}
Specifies the config
argument in
build. The main option must be specified. Typically,
configPath is also specified, as that is used to set
baseURL. Any Steal configuration can be specified; however,
most other build configuration values are specified
by buildConfig, in the config file.
-
buildOptions
{Object}
Use
"steal-build"
is registered as a Grunt multi-build task. Specify the default "steal-build" task options, as follows:The Grunt task takes 2 objects as its options:
steal
, andbuildOptions
.steal
These are config values that are used to load modules during the build process. Typically, you will want to specify at least the
config
andmain
options, like so:buildOptions
The
buildOptions
property specifies the properties on theoptions
argument to stealTools.build. Read more about them on stealTools.build.