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
configandmainoptions, like so:buildOptions
The
buildOptionsproperty specifies the properties on theoptionsargument to stealTools.build. Read more about them on stealTools.build.