hotReloading

hotReloading

Description

This Boolean flag determines whether Profound.js modules are reloaded as soon as the corresponding JavaScript files are modified. The default value is true.

When set to false, the Profound.js instance must be restarted before modified modules are reloaded; until then, the previously cached copies are used.

Example

Disable hot reloading on a production instance so that a partially copied module file cannot be picked up mid-deployment:

hotReloading: false

For more information about hot module reloading, see Hot module reloading.

For information on how to modify this setting, see Configuration File.