grunt-steal.live-reload
{Object}
The steal-live-reload
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.
-
liveReloadOptions
{Object}
Use
"steal-live-reload"
is registered as a Grunt multi-build task. Specify the default "steal-live-reload" task options, as follows:The Grunt task takes 2 objects as its options:
steal
, andliveReloadOptions
.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:liveReloadOptions
The
liveReloadOptions
property specifies the properties on theoptions
argument to steal-tools live-reload.The following options are available:
Read more about them on steal-tools live-reload.